gnu: python-pycryptodome: Update to 3.15.0.

* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.15.0.
(python-pycryptodomex): Update hash.
This commit is contained in:
Marius Bakke 2022-11-20 11:08:10 +01:00
parent 4727f45d04
commit 39d607796b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1002,14 +1002,14 @@ protocol (Javascript Object Signing and Encryption).")
(define-public python-pycryptodome (define-public python-pycryptodome
(package (package
(name "python-pycryptodome") (name "python-pycryptodome")
(version "3.11.0") (version "3.15.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodome" version)) (uri (pypi-uri "pycryptodome" version))
(sha256 (sha256
(base32 (base32
"1l3a80z3lxcj1q0hzj1d3plavy2d51y4vzcd85zj0zm7yyxrd022")) "1f0qc0ns3ppybkr7wi66gsl5wfkcx1fdklmh3362nn84spddsdci"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet pycryptodome-unbundle-tomcrypt-snippet))) (snippet pycryptodome-unbundle-tomcrypt-snippet)))
(build-system python-build-system) (build-system python-build-system)
@ -1064,7 +1064,7 @@ PyCryptodome variants, the other being python-pycryptodomex.")
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodomex" version)) (uri (pypi-uri "pycryptodomex" version))
(sha256 (sha256
(base32 "0vcd65ylri2a4pdqcc1897jasj7wfmqklj8x3pdynmdvark3d603")) (base32 "1vf0xbsqvcp4k3cl8cmxrlij9a88hajw6d3z0jhd3c5d5nxz2hbk"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet pycryptodome-unbundle-tomcrypt-snippet))) (snippet pycryptodome-unbundle-tomcrypt-snippet)))
(description (description