mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05: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:
parent
7f212c5504
commit
191ff81556
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue