diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
commit | c37a4260387f7be89783c8f46ffd4a2643069fbd (patch) | |
tree | 090423296e17c3f60b5dd772bad23bceaa19f734 /gnu/packages/python-crypto.scm | |
parent | cae97cd773befcc68ce0ba8709e50c8697b7f0d3 (diff) | |
parent | 4416e94e517a955fe6152094df8b89d2c0c13e65 (diff) | |
download | guix-c37a4260387f7be89783c8f46ffd4a2643069fbd.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r-- | gnu/packages/python-crypto.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index c9eb226d8a..c9071c4cf6 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1002,14 +1002,14 @@ protocol (Javascript Object Signing and Encryption).") (define-public python-pycryptodome (package (name "python-pycryptodome") - (version "3.11.0") + (version "3.15.0") (source (origin (method url-fetch) (uri (pypi-uri "pycryptodome" version)) (sha256 (base32 - "1l3a80z3lxcj1q0hzj1d3plavy2d51y4vzcd85zj0zm7yyxrd022")) + "1f0qc0ns3ppybkr7wi66gsl5wfkcx1fdklmh3362nn84spddsdci")) (modules '((guix build utils))) (snippet pycryptodome-unbundle-tomcrypt-snippet))) (build-system python-build-system) @@ -1064,7 +1064,7 @@ PyCryptodome variants, the other being python-pycryptodomex.") (method url-fetch) (uri (pypi-uri "pycryptodomex" version)) (sha256 - (base32 "0vcd65ylri2a4pdqcc1897jasj7wfmqklj8x3pdynmdvark3d603")) + (base32 "1vf0xbsqvcp4k3cl8cmxrlij9a88hajw6d3z0jhd3c5d5nxz2hbk")) (modules '((guix build utils))) (snippet pycryptodome-unbundle-tomcrypt-snippet))) (description |