diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:16:20 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:17:12 +0200 |
commit | 79f450a120068ac1d2fc4e5b4b33ae938b604f95 (patch) | |
tree | 588296ebfdf32af3a1b240c87d422e9e26e5275f /gnu | |
parent | 7896e6c219b22bf001501198b1ce574944921de8 (diff) | |
download | guix-79f450a120068ac1d2fc4e5b4b33ae938b604f95.tar.gz guix-79f450a120068ac1d2fc4e5b4b33ae938b604f95.zip |
gnu: python-mwclient: Declare a source file-name.
* gnu/packages/python.scm (python-mwclient)[source]: Declare a source
file-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c7588767e..22fbdf6720 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11015,6 +11015,7 @@ exception message with a traceback that points to the culprit.") ;; The PyPI version wouldn't contain tests. (uri (string-append "https://github.com/mwclient/mwclient/archive/" "v" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1jj0yhilkjir00719fc7w133x7hdyhkxhk6xblla4asig45klsfv")))) |