3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Efraim Flashner 2018-03-13 20:13:56 +02:00
parent f45ceced51
commit c819558227
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -538,6 +538,7 @@ ECB and OFB).")
(method url-fetch)
(uri (string-append "https://github.com/wbond/asn1crypto/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1kn910896l3knmilla1c9ly20q181s43w1ah08lzkbm1h3j6pcz0"))))