guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-robotframework-sshlibrary: Update to 3.8.0.


From: guix-commits
Subject: 02/02: gnu: python-robotframework-sshlibrary: Update to 3.8.0.
Date: Tue, 8 Mar 2022 20:41:01 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 191ff815566699ce33c77fc140404d8f73fa4ab0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 8 17:34:20 2022 -0500

    gnu: python-robotframework-sshlibrary: Update to 3.8.0.
    
    * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 
3.8.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 dcb36a55bd..e977620ac6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4839,7 +4839,7 @@ trace directly to the terminal to ease debugging.")
 (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 @@ trace directly to the terminal to ease debugging.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09ak22rh9qa9wlpvhkliyybcp4xafjhxsps28wz0pf0030771xav"))))
+         "1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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