gnu: python-asn1crypto: Update to 1.5.1.
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.5.1. [description]: Adjust according to lint warning. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
3ce3466311
commit
c49c43d44c
1 changed files with 6 additions and 5 deletions
|
@ -735,7 +735,7 @@ ECB and OFB).")
|
||||||
(define-public python-asn1crypto
|
(define-public python-asn1crypto
|
||||||
(package
|
(package
|
||||||
(name "python-asn1crypto")
|
(name "python-asn1crypto")
|
||||||
(version "1.4.0")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -745,7 +745,7 @@ ECB and OFB).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
|
"1qsg06qrqnzixmrm65ibg503y2gffd675h1si4jgh92s315w1jrk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -754,9 +754,10 @@ ECB and OFB).")
|
||||||
(invoke "python" "run.py" "tests"))))))
|
(invoke "python" "run.py" "tests"))))))
|
||||||
(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")
|
||||||
(description "asn1crypto is an ASN.1 parser and serializer with definitions
|
(description
|
||||||
for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7,
|
"@code{asn1crypto} is an ASN.1 parser and serializer with definitions for
|
||||||
PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
|
private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8,
|
||||||
|
PKCS#12, PKCS#5, X.509 and TSP.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pynacl
|
(define-public python-pynacl
|
||||||
|
|
Reference in a new issue