diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-25 16:22:59 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-25 17:24:11 +0100 |
| commit | aea7f8ee407a27ce0cec792bb3cf301fe13ddf29 (patch) | |
| tree | b93da67546625a3765cc956d4d35ec59224dca82 | |
| parent | 6b9e1cd26f6d143f138f01d46a46139f1e7909e0 (diff) | |
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
| -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 6b949f8b171..6aa8e83d4d7 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -956,14 +956,14 @@ protocol (Javascript Object Signing and Encryption).") | |||
| 956 | (define-public python-pycryptodome | 956 | (define-public python-pycryptodome |
| 957 | (package | 957 | (package |
| 958 | (name "python-pycryptodome") | 958 | (name "python-pycryptodome") |
| 959 | (version "3.15.0") | 959 | (version "3.21.0") |
| 960 | (source | 960 | (source |
| 961 | (origin | 961 | (origin |
| 962 | (method url-fetch) | 962 | (method url-fetch) |
| 963 | (uri (pypi-uri "pycryptodome" version)) | 963 | (uri (pypi-uri "pycryptodome" version)) |
| 964 | (sha256 | 964 | (sha256 |
| 965 | (base32 | 965 | (base32 |
| 966 | "1f0qc0ns3ppybkr7wi66gsl5wfkcx1fdklmh3362nn84spddsdci")) | 966 | "15vjyjy686kgm4fnpwlah1wvxxy0wvr4q5vnp1iygnlv8q6pwy7p")) |
| 967 | (modules '((guix build utils))) | 967 | (modules '((guix build utils))) |
| 968 | (snippet pycryptodome-unbundle-tomcrypt-snippet))) | 968 | (snippet pycryptodome-unbundle-tomcrypt-snippet))) |
| 969 | (build-system python-build-system) | 969 | (build-system python-build-system) |
| @@ -1018,7 +1018,7 @@ PyCryptodome variants, the other being python-pycryptodomex.") | |||
| 1018 | (method url-fetch) | 1018 | (method url-fetch) |
| 1019 | (uri (pypi-uri "pycryptodomex" version)) | 1019 | (uri (pypi-uri "pycryptodomex" version)) |
| 1020 | (sha256 | 1020 | (sha256 |
| 1021 | (base32 "1vf0xbsqvcp4k3cl8cmxrlij9a88hajw6d3z0jhd3c5d5nxz2hbk")) | 1021 | (base32 "0v4y03ha7rm9kdcv9fkrmc94425z3q3mq1nn5p1jbpc1ag80nb92")) |
| 1022 | (modules '((guix build utils))) | 1022 | (modules '((guix build utils))) |
| 1023 | (snippet pycryptodome-unbundle-tomcrypt-snippet))) | 1023 | (snippet pycryptodome-unbundle-tomcrypt-snippet))) |
| 1024 | (description | 1024 | (description |
