mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: {python-pycryptodome, python-pycryptodomex}: Update to 3.21.0.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.21.0. (python-pycryptodomex): Update to 3.21.0. Change-Id: Ic9b4325d752e066e6aaf9cb88f27b20241174687
This commit is contained in:
parent
6b9e1cd26f
commit
aea7f8ee40
1 changed files with 3 additions and 3 deletions
|
@ -956,14 +956,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.15.0")
|
(version "3.21.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
|
||||||
"1f0qc0ns3ppybkr7wi66gsl5wfkcx1fdklmh3362nn84spddsdci"))
|
"15vjyjy686kgm4fnpwlah1wvxxy0wvr4q5vnp1iygnlv8q6pwy7p"))
|
||||||
(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)
|
||||||
|
@ -1018,7 +1018,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 "1vf0xbsqvcp4k3cl8cmxrlij9a88hajw6d3z0jhd3c5d5nxz2hbk"))
|
(base32 "0v4y03ha7rm9kdcv9fkrmc94425z3q3mq1nn5p1jbpc1ag80nb92"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
|
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue