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

* gnu/packages/python.scm (python-dukpy)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 20:15:14 +02:00
parent c819558227
commit 7896e6c219
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12263,6 +12263,7 @@ (define-public python-dukpy
(method url-fetch)
(uri (string-append "https://github.com/kovidgoyal/dukpy/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0pj39rfwlzivqm5hkrsza7gssg6ggpxlq5ivc8f3h7x5pfgc6y6c"))))