diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:15:14 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:17:12 +0200 |
commit | 7896e6c219b22bf001501198b1ce574944921de8 (patch) | |
tree | a5ae4b387e7ae28138f4a7ebd429e535cf241005 /gnu/packages/python.scm | |
parent | c819558227eeb686765c116afe1d67f40d5b8066 (diff) | |
download | patches-7896e6c219b22bf001501198b1ce574944921de8.tar patches-7896e6c219b22bf001501198b1ce574944921de8.tar.gz |
gnu: python-dukpy: Declare a source file-name.
* gnu/packages/python.scm (python-dukpy)[source]: Declare a source
file-name.
Diffstat (limited to 'gnu/packages/python.scm')
-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 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")))) |