1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-robotframework-sshlibrary: Update to 3.8.0.

* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
This commit is contained in:
Maxim Cournoyer
2022-03-08 17:34:20 -05:00
parent 7f212c5504
commit 191ff81556

View File

@@ -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