mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (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"))))
|
||||
|
|
Loading…
Reference in a new issue