guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: python-cleo: Update to 0.6.8.


From: guix-commits
Subject: 01/09: gnu: python-cleo: Update to 0.6.8.
Date: Tue, 29 Oct 2019 03:40:19 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit af2d37133b43ec232d99960b924f22575624d7af
Author: Tanguy Le Carrour <address@hidden>
Date:   Mon Oct 28 15:41:29 2019 +0100

    gnu: python-cleo: Update to 0.6.8.
    
    * gnu/packages/python-xyz.scm (python-cleo): Update to 0.6.8.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 04d72e2..f1132c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10592,16 +10592,16 @@ Wikipedia code samples at
 (define-public python-cleo
   (package
     (name "python-cleo")
-    (version "0.6.1")
+    (version "0.6.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "cleo" version))
               (sha256
                (base32
-                "0q1cf0szr0d54am4pypzwdnm74zpladdsinad94c2fz5i06fdpf7"))))
+                "06zp695hq835rkaq6irr1ds1dp2qfzyf32v60vxpd8rcnxv319l5"))))
     (build-system python-build-system)
     (native-inputs
-     `(;; For testing
+     `( ;; For testing
        ("python-mock" ,python-mock)
        ("python-pytest-mock" ,python-pytest-mock)
        ("python-pytest" ,python-pytest)))



reply via email to

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