mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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
|
||||
(package
|
||||
(name "python-asn1crypto")
|
||||
(version "0.22.0")
|
||||
(version "0.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -620,7 +620,7 @@ (define-public python-asn1crypto
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue