aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:16:20 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:17:12 +0200
commit79f450a120068ac1d2fc4e5b4b33ae938b604f95 (patch)
tree588296ebfdf32af3a1b240c87d422e9e26e5275f
parent7896e6c219b22bf001501198b1ce574944921de8 (diff)
downloadguix-79f450a120068ac1d2fc4e5b4b33ae938b604f95.tar
guix-79f450a120068ac1d2fc4e5b4b33ae938b604f95.tar.gz
gnu: python-mwclient: Declare a source file-name.
* gnu/packages/python.scm (python-mwclient)[source]: Declare a source file-name.
-rw-r--r--gnu/packages/python.scm1
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"))))