diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 00:52:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 21:49:56 +0000 |
| commit | 1beeda378744b27c7a10e3c5dd1ccbb29394cf50 (patch) | |
| tree | 51848c97b9d3b28e91bc61be78f202d28ee2f62f /gnu/packages/python-crypto.scm | |
| parent | d6263e23da3d5d04fad0daf67713506587176a79 (diff) | |
gnu: python-asn1crypto: Update to 1.5.1-0.b763a75.
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.5.1-0.b763a75.
Change-Id: Ica010bc5e708b1a743cd6e2fa32b7b6b12b8c59e
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 0071cb4e9ca..679322291a2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -798,28 +798,30 @@ ECB and OFB).") | |||
| 798 | (license license:expat))) | 798 | (license license:expat))) |
| 799 | 799 | ||
| 800 | (define-public python-asn1crypto | 800 | (define-public python-asn1crypto |
| 801 | (package | 801 | (let ((commit "b763a757bb2bef2ab63620611ddd8006d5e9e4a2") |
| 802 | (name "python-asn1crypto") | 802 | (revision "0")) |
| 803 | (version "1.5.1") | 803 | (package |
| 804 | (source | 804 | (name "python-asn1crypto") |
| 805 | (origin | 805 | (version (git-version "1.5.1" revision commit)) |
| 806 | (method git-fetch) | 806 | (source |
| 807 | (uri (git-reference | 807 | (origin |
| 808 | (url "https://github.com/wbond/asn1crypto") | 808 | (method git-fetch) |
| 809 | (commit version))) | 809 | (uri (git-reference |
| 810 | (file-name (git-file-name name version)) | 810 | (url "https://github.com/wbond/asn1crypto") |
| 811 | (sha256 | 811 | (commit commit))) |
| 812 | (base32 "1qsg06qrqnzixmrm65ibg503y2gffd675h1si4jgh92s315w1jrk")))) | 812 | (file-name (git-file-name name version)) |
| 813 | (build-system pyproject-build-system) | 813 | (sha256 |
| 814 | (arguments (list #:test-backend #~'unittest)) | 814 | (base32 "0xmrms7lj87pskgirf7ff21yih76kp2688x4n24wi2pd8269lmfp")))) |
| 815 | (native-inputs (list python-setuptools)) | 815 | (build-system pyproject-build-system) |
| 816 | (home-page "https://github.com/wbond/asn1crypto") | 816 | (arguments (list #:test-backend #~'unittest)) |
| 817 | (synopsis "ASN.1 parser and serializer in Python") | 817 | (native-inputs (list python-setuptools)) |
| 818 | (description | 818 | (home-page "https://github.com/wbond/asn1crypto") |
| 819 | "@code{asn1crypto} is an ASN.1 parser and serializer with definitions for | 819 | (synopsis "ASN.1 parser and serializer in Python") |
| 820 | (description | ||
| 821 | "@code{asn1crypto} is an ASN.1 parser and serializer with definitions for | ||
| 820 | private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, | 822 | private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, |
| 821 | PKCS#12, PKCS#5, X.509 and TSP.") | 823 | PKCS#12, PKCS#5, X.509 and TSP.") |
| 822 | (license license:expat))) | 824 | (license license:expat)))) |
| 823 | 825 | ||
| 824 | (define-public python-pynacl | 826 | (define-public python-pynacl |
| 825 | (package | 827 | (package |
