gnu: python-asn1crypto: Declare a source file-name.
* gnu/packages/python-crypto.scm (python-asn1crypto)[source]: Declare a source file-name.
This commit is contained in:
parent
f45ceced51
commit
c819558227
|
@ -538,6 +538,7 @@ ECB and OFB).")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/wbond/asn1crypto/archive/"
|
(uri (string-append "https://github.com/wbond/asn1crypto/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kn910896l3knmilla1c9ly20q181s43w1ah08lzkbm1h3j6pcz0"))))
|
"1kn910896l3knmilla1c9ly20q181s43w1ah08lzkbm1h3j6pcz0"))))
|
||||||
|
|
Loading…
Reference in New Issue