aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:15:14 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:17:12 +0200
commit7896e6c219b22bf001501198b1ce574944921de8 (patch)
treea5ae4b387e7ae28138f4a7ebd429e535cf241005
parentc819558227eeb686765c116afe1d67f40d5b8066 (diff)
downloadguix-7896e6c219b22bf001501198b1ce574944921de8.tar
guix-7896e6c219b22bf001501198b1ce574944921de8.tar.gz
gnu: python-dukpy: Declare a source file-name.
* gnu/packages/python.scm (python-dukpy)[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 895a8bde3a..5c7588767e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12263,6 +12263,7 @@ executed more than a given number of times during a given period.")
(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"))))