mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-asn1crypto: Update to 0.24.0.
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 0.24.0.
This commit is contained in:
parent
d3b7feb7b9
commit
19f2a52644
1 changed files with 2 additions and 2 deletions
|
@ -610,7 +610,7 @@ (define-public python2-pyaes
|
||||||
(define-public python-asn1crypto
|
(define-public python-asn1crypto
|
||||||
(package
|
(package
|
||||||
(name "python-asn1crypto")
|
(name "python-asn1crypto")
|
||||||
(version "0.22.0")
|
(version "0.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -620,7 +620,7 @@ (define-public python-asn1crypto
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n5chs5wzf1v8aii6z80dnwywjv6prk0wydamyn65kxg586wqqlf"))))
|
"10lai2cs5mnz3gpaffbw1m7b885ls8328q5wxm35vfmcip1f0xmb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/wbond/asn1crypto")
|
(home-page "https://github.com/wbond/asn1crypto")
|
||||||
(synopsis "ASN.1 parser and serializer in Python")
|
(synopsis "ASN.1 parser and serializer in Python")
|
||||||
|
|
Loading…
Reference in a new issue