gnu: python-mwclient: Declare a source file-name.

* gnu/packages/python.scm (python-mwclient)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 20:16:20 +02:00
parent 7896e6c219
commit 79f450a120
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))