gnu: python-asn1crypto: Update to 0.24.0.

* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 0.24.0.
master
Efraim Flashner 2018-07-23 18:48:24 +03:00
parent d3b7feb7b9
commit 19f2a52644
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -610,7 +610,7 @@ ECB and OFB).")
(define-public python-asn1crypto
(package
(name "python-asn1crypto")
(version "0.22.0")
(version "0.24.0")
(source
(origin
(method git-fetch)
@ -620,7 +620,7 @@ ECB and OFB).")
(file-name (git-file-name name version))
(sha256
(base32
"1n5chs5wzf1v8aii6z80dnwywjv6prk0wydamyn65kxg586wqqlf"))))
"10lai2cs5mnz3gpaffbw1m7b885ls8328q5wxm35vfmcip1f0xmb"))))
(build-system python-build-system)
(home-page "https://github.com/wbond/asn1crypto")
(synopsis "ASN.1 parser and serializer in Python")