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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4839,7 +4839,7 @@ trace directly to the terminal to ease debugging.")
(define-public python-robotframework-sshlibrary (define-public python-robotframework-sshlibrary
(package (package
(name "python-robotframework-sshlibrary") (name "python-robotframework-sshlibrary")
(version "3.7.0") (version "3.8.0")
;; There are no tests in the PyPI archive. ;; There are no tests in the PyPI archive.
(source (source
(origin (origin
@ -4850,7 +4850,7 @@ trace directly to the terminal to ease debugging.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09ak22rh9qa9wlpvhkliyybcp4xafjhxsps28wz0pf0030771xav")))) "1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases