mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-robotframework-pabot: Update to 2.7.0.
* gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 2.7.0.
This commit is contained in:
parent
e2c55a679d
commit
3bb145b6e2
1 changed files with 2 additions and 2 deletions
|
@ -4937,7 +4937,7 @@ (define-public python-robotframework-lint
|
|||
(define-public python-robotframework-pabot
|
||||
(package
|
||||
(name "python-robotframework-pabot")
|
||||
(version "2.5.2")
|
||||
(version "2.7.0")
|
||||
(source
|
||||
(origin
|
||||
;; There are no tests in the PyPI archive.
|
||||
|
@ -4948,7 +4948,7 @@ (define-public python-robotframework-pabot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14a8isq1f4lgfwjb84hhzg6jm7ns18dxa9bg6dy8k2ml8zl0qknk"))))
|
||||
"0246vvyaxax0nzlrffvp9vg6mh5jmvbbm87azignf0gakjidr7nn"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue