gnu: python-paramiko: Update to 2.7.2.

* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-04 20:45:36 +02:00
parent b01c04eb0c
commit c7aee804ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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