guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: python-scp: Update to 0.13.3.


From: guix-commits
Subject: 10/11: gnu: python-scp: Update to 0.13.3.
Date: Sun, 15 Nov 2020 14:48:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 82b3f42d2404b2f4e9a0d40fe709de50e80b17a9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 18:11:32 2020 +0100

    gnu: python-scp: Update to 0.13.3.
    
    * gnu/packages/python-xyz.scm (python-scp): Update to 0.13.3.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2f812a..4959d75 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3873,14 +3873,13 @@ outside the standard library.")
 (define-public python-scp
   (package
     (name "python-scp")
-    (version "0.13.2")
+    (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "scp" version))
        (sha256
-        (base32
-         "1crlpw9lnn58fs1c1rmh7s7s9y5gkgpgjsqlvg9qa51kq1knx7gg"))))
+        (base32 "1m2v09m407p097cy3xy5rxicqfzrqjwf8v5rd4qhfqkk7lllimwb"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))                     ;tests require an SSH server



reply via email to

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