gnu: python-paramiko: Update to 1.17.4.
* gnu/packages/python.scm (python-paramiko): Update to 1.17.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e23455543b
commit
c1aba1a7c8
|
@ -2048,3 +2048,4 @@ environments to get useful results. Therefore, Intel GPU Tools includes
|
|||
low-level tools and tests specifically for development and testing of the
|
||||
Intel DRM Driver.")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
|
@ -529,14 +529,14 @@ John the Ripper).")
|
|||
(define-public python-paramiko
|
||||
(package
|
||||
(name "python-paramiko")
|
||||
(version "1.16.0")
|
||||
(version "1.17.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "paramiko" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14k8z7ndc3zk5xivnm4d8lncchx475ll5izpf8vmfbq7rp9yp5rj"))))
|
||||
"1rs2qcmskcmq66q6g5al08wa41l9am0fad5r719m8wf91msyylqw"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; FIXME: One test fails with "EOFError not raised by connect".
|
||||
|
|
Loading…
Reference in New Issue