mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue