mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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:
parent
c819558227
commit
7896e6c219
1 changed files with 1 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue