summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-10 23:01:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:11 +0100
commit337a87c276e620babfe2cbaf595ba4d131b29161 (patch)
tree4359804b6c919d00cbf6dd33dd806e1f710cb3a9
parentea460c1aead42c5556c42b382d75d7c43b4bbe49 (diff)
gnu: python-paramiko: Update to 4.0.0.
* gnu/packages/python-crypto.scm (python-paramiko): Update to 4.0.0. [native-inputs]: Remove python-pytest-xdist and python-wheel. Change-Id: Iabfbee5007c0b50e7f7963d7cad88cda5e1a376d
-rw-r--r--gnu/packages/python-crypto.scm16
1 files changed, 7 insertions, 9 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c61d9e6153..adf821df29 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -168,24 +168,22 @@ to providing full-strength password hashing for multi-user application.")
(define-public python-paramiko
(package
(name "python-paramiko")
- (version "3.5.0")
+ (version "4.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "paramiko" version))
(sha256
- (base32 "0941n85xi32kvrh2mxppga527a0jz2iz2c99lpfwwmagv90fa4dd"))))
+ (base32 "17ynnmagd44gpp76r26rz1kldb37f79hm4ibinlckj8c71xz09ba"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-icecream
+ (list python-icecream
+ python-pytest
python-pytest-relaxed
- python-pytest-xdist
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
- (list python-cryptography
- python-bcrypt
+ (list python-bcrypt
+ python-cryptography
python-invoke
python-pyasn1
python-pynacl))