diff options
-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")))) |