aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSébastien Lerique <sl@eauchat.org>2021-10-15 11:40:14 +0900
committerLars-Dominik Braun <lars@6xq.net>2021-10-18 09:02:39 +0200
commited7d4a2f7ef20b9c1eab98fb39040a334ae97833 (patch)
tree99951c7f788b889d449de97add9f7b29e28a0b78 /gnu/packages
parentafc073a22c980d37d12a76e98c4fda2fb980c275 (diff)
downloadguix-ed7d4a2f7ef20b9c1eab98fb39040a334ae97833.tar.gz
guix-ed7d4a2f7ef20b9c1eab98fb39040a334ae97833.zip
gnu: python-pycryptodome: Update to 3.11.0.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.11.0. (python-pycryptodomex)[source]: Update hash since it inherits from python-pycryptodome. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-crypto.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 1cddc56f1b..e62fc04c0f 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -924,14 +924,14 @@ protocol (Javascript Object Signing and Encryption).")
(define-public python-pycryptodome
(package
(name "python-pycryptodome")
- (version "3.9.9")
+ (version "3.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycryptodome" version))
(sha256
(base32
- "1i4m74f88qj9ci8rpyzrbk2slmsdj5ipmwdkq6qk24byalm203li"))
+ "1l3a80z3lxcj1q0hzj1d3plavy2d51y4vzcd85zj0zm7yyxrd022"))
(modules '((guix build utils)))
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
(build-system python-build-system)
@@ -990,7 +990,7 @@ PyCryptodome variants, the other being python-pycryptodomex.")
(method url-fetch)
(uri (pypi-uri "pycryptodomex" version))
(sha256
- (base32 "0lbx4qk3xmwqiidhmkj8qa7bh2lf8bwzg0xjpsh2w5zqjrc7qnvv"))
+ (base32 "0vcd65ylri2a4pdqcc1897jasj7wfmqklj8x3pdynmdvark3d603"))
(modules '((guix build utils)))
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
(description
d>Tobias Geerinckx-Rice 2020-02-17gnu: endlessh: Update to 1.1....* gnu/packages/ssh.scm (endlessh): Update to 1.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice 2020-01-20gnu: lsh: Use HTTPS home page....* gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-01-15gnu: pdsh: Update to 2.34....* gnu/packages/ssh.scm (pdsh): Update to 2.34. [source]: Remove redundant FILE-NAME field. Tobias Geerinckx-Rice 2020-01-06Adjust module autoloads....In Guile < 2.9.7, autoloading a module would give you access to all its bindings. In future versions, autoloading a module gives access only to the listed bindings, as per #:select (see <https://bugs.gnu.org/38895>). This commit adjusts autoloads to the new semantics, allowing Guix to be built with Guile 2.9.7/2.9.8. * guix/build/download.scm <top level>: Remove call to 'module-autoload!'. (load-gnutls): New procedure. (tls-wrap): Call it. * guix/git.scm <top level>: Remove call to 'module-autoload!'. (load-git-submodules): New procedure. (update-submodules): Call it instead of 'resolve-interface'. * gnu/bootloader/grub.scm: Replace #:autoload with #:use-module. * gnu/packages.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/tex.scm: Likewise. * gnu/services/cuirass.scm: Likewise. * gnu/services/mcron.scm: Likewise. * guix/lint.scm: Augment list of bindings in #:autoload. * guix/scripts/build.scm: Likewise. * guix/scripts/gc.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/publish.scm: Likewise. * guix/scripts/pull.scm: Likewise. * guix/utils.scm: Remove unnecessary #:autoload clauses; replace one of them with #:use-module. Ludovic Courtès 2019-12-23gnu: clustershell: Update to 1.8.3....* gnu/packages/ssh.scm (clustershell): Update to 1.8.3. Tobias Geerinckx-Rice 2019-12-11gnu: libssh: Update to 0.9.3 [fixes CVE-2019-14889]....* gnu/packages/ssh.scm (libssh): Update to 0.9.3. [arguments]: Remove #:phases. Marius Bakke 2019-11-23gnu: guile-ssh: Add "guile3.0-ssh" variant....* gnu/packages/ssh.scm (guile-ssh)[source]: Substitute 'GUILE_PKG' stanza in "configure.ac". * gnu/packages/ssh.scm (guile3.0-ssh): New variable. Ludovic Courtès 2019-11-23gnu: guile-ssh: Remove redundant phase....* gnu/packages/ssh.scm (guile-ssh)[arguments]: Remove 'autoreconf' phase, which was redundant with the 'bootstrap' phase. Ludovic Courtès 2019-11-13gnu: clusterssh: Update to 1.8.2....* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2. Efraim Flashner 2019-11-08gnu: libssh: Update to 0.9.2....* gnu/packages/ssh.scm (libssh): Update to 0.9.2. Tobias Geerinckx-Rice 2019-11-03gnu: Add endlessh....* gnu/packages/ssh.scm (endlessh): New variable. Efraim Flashner 2019-10-27gnu: libssh: Update to 0.9.1....* gnu/packages/ssh.scm (libssh): Update to 0.9.1. Tobias Geerinckx-Rice