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 @@ (define-public python-robotframework-stacktrace
(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 @@ (define-public python-robotframework-sshlibrary
(file-name (git-file-name name version))
(sha256
(base32
"09ak22rh9qa9wlpvhkliyybcp4xafjhxsps28wz0pf0030771xav"))))
"1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))))
(build-system python-build-system)
(arguments
`(#:phases