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
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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