diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-15 16:29:41 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-18 13:01:49 -0400 |
commit | 3bb145b6e2a8c84e7739ead9ae76dc4d42bb9850 (patch) | |
tree | 468de7040f1036647ea17c98ac95f0d0ad28937c /gnu | |
parent | e2c55a679ddda09be433fb6c9e73da8f6d1b09ad (diff) | |
download | guix-3bb145b6e2a8c84e7739ead9ae76dc4d42bb9850.tar.gz guix-3bb145b6e2a8c84e7739ead9ae76dc4d42bb9850.zip |
gnu: python-robotframework-pabot: Update to 2.7.0.
* gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 2.7.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2bf78d6772..f215f40915 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4937,7 +4937,7 @@ utility, a static analysis tool (linter) for Robot Framework source files.") (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 @@ utility, a static analysis tool (linter) for Robot Framework source files.") (file-name (git-file-name name version)) (sha256 (base32 - "14a8isq1f4lgfwjb84hhzg6jm7ns18dxa9bg6dy8k2ml8zl0qknk")))) + "0246vvyaxax0nzlrffvp9vg6mh5jmvbbm87azignf0gakjidr7nn")))) (build-system python-build-system) (arguments (list |