diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-05-11 00:22:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-11 00:32:57 +0200 |
commit | 666b29e729c12465eb8329130960118dff92a5bf (patch) | |
tree | 5fa7881efec0ea8c87b2b6c8ff6fd561293ce62d | |
parent | b36ce0275644055c2ee9cb2aa90a0253dd108633 (diff) | |
download | guix-666b29e729c12465eb8329130960118dff92a5bf.tar.gz |
gnu: python-cryptography: Bump 'rust-redox-syscall' dependency.
Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
-rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index d331601c66..bdaee71eb9 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -584,7 +584,7 @@ is used by the Requests library to verify HTTPS requests.") rust-pyo3-macros-0.15 rust-pyo3-macros-backend-0.15 rust-quote-1 - rust-redox-syscall-0.1 + rust-redox-syscall-0.2 rust-scopeguard-1 rust-smallvec-1 rust-stable-deref-trait-1 |