[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: python-paramiko: Update to 1.17.4.
From: |
Ludovic Courtès |
Subject: |
03/05: gnu: python-paramiko: Update to 1.17.4. |
Date: |
Tue, 11 Apr 2017 12:03:42 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c1aba1a7c8d82e9b734f5e0ea41fe3b468fb31a5
Author: Ben Sturmfels <address@hidden>
Date: Tue Apr 11 00:06:20 2017 +1000
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 <address@hidden>
---
gnu/packages/admin.scm | 1 +
gnu/packages/python.scm | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f19bf5a..327dd36 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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)))
+
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0746af2..231c629 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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".