summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-03-08 17:34:20 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-03-08 20:19:23 -0500
commit191ff815566699ce33c77fc140404d8f73fa4ab0 (patch)
tree252296a6baf3547960f6bd4b499415ad7e145d7d
parent7f212c550457747861fa477ba3a1737339ddb6d0 (diff)
downloadguix-patches-191ff815566699ce33c77fc140404d8f73fa4ab0.tar
guix-patches-191ff815566699ce33c77fc140404d8f73fa4ab0.tar.gz
gnu: python-robotframework-sshlibrary: Update to 3.8.0.
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dcb36a55bd..e977620ac6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4839,7 +4839,7 @@ trace directly to the terminal to ease debugging.")
(define-public python-robotframework-sshlibrary
(package
(name "python-robotframework-sshlibrary")
- (version "3.7.0")
+ (version "3.8.0")
;; There are no tests in the PyPI archive.
(source
(origin
@@ -4850,7 +4850,7 @@ trace directly to the terminal to ease debugging.")
(file-name (git-file-name name version))
(sha256
(base32
- "09ak22rh9qa9wlpvhkliyybcp4xafjhxsps28wz0pf0030771xav"))))
+ "1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))))
(build-system python-build-system)
(arguments
`(#:phases