guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-robotframework-pabot: Update to 2.7.0.


From: guix-commits
Subject: 03/03: gnu: python-robotframework-pabot: Update to 2.7.0.
Date: Tue, 18 Oct 2022 13:03:58 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 3bb145b6e2a8c84e7739ead9ae76dc4d42bb9850
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 15 16:29:41 2022 -0400

    gnu: python-robotframework-pabot: Update to 2.7.0.
    
    * gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 
2.7.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]