me
/
guix
Archived
1
0
Fork 0

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>
master
fanquake 2023-07-03 15:43:00 +01:00 committed by Hilton Chain
parent 3ce3466311
commit c49c43d44c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
1 changed files with 6 additions and 5 deletions

View File

@ -735,7 +735,7 @@ ECB and OFB).")
(define-public python-asn1crypto
(package
(name "python-asn1crypto")
(version "1.4.0")
(version "1.5.1")
(source
(origin
(method git-fetch)
@ -745,7 +745,7 @@ ECB and OFB).")
(file-name (git-file-name name version))
(sha256
(base32
"19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
"1qsg06qrqnzixmrm65ibg503y2gffd675h1si4jgh92s315w1jrk"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@ -754,9 +754,10 @@ ECB and OFB).")
(invoke "python" "run.py" "tests"))))))
(home-page "https://github.com/wbond/asn1crypto")
(synopsis "ASN.1 parser and serializer in Python")
(description "asn1crypto is an ASN.1 parser and serializer with definitions
for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7,
PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
(description
"@code{asn1crypto} is an ASN.1 parser and serializer with definitions for
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)))
(define-public python-pynacl