gnu: python-paramiko: Update to 2.7.1.

* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.1.
This commit is contained in:
Marius Bakke 2020-07-14 21:22:36 +02:00
parent ec6ee7d72e
commit 784dadc0f7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -205,14 +205,14 @@ (define-public python-pyblake2
(define-public python-paramiko
(package
(name "python-paramiko")
(version "2.4.2")
(version "2.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "paramiko" version))
(sha256
(base32
"1jqgj2gl1pz7bi2aab1r2xq0ml0gskmm9p235cg9y32nydymm5x8"))))
"17wx8lkhqxmddfdq7z7x45xqq2w3gwa974hpq1n3y0dqbn4r414j"))))
(build-system python-build-system)
(arguments
`(;; FIXME: Tests require many unpackaged libraries, see dev-requirements.txt.