guix-commits
[Top][All Lists]
Advanced

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

01/32: gnu: python-tqdm: Update to 4.19.6.


From: Tobias Geerinckx-Rice
Subject: 01/32: gnu: python-tqdm: Update to 4.19.6.
Date: Mon, 12 Mar 2018 00:06:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b37f005c6ba0bfddb2069ed8523eaa5cd9910531
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 10 05:20:05 2018 +0100

    gnu: python-tqdm: Update to 4.19.6.
    
    * gnu/packages/python.scm (python-tqdm): Update to 4.19.6.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c454539..968ef32 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12080,14 +12080,14 @@ ignoring formatting changes.")
 (define-public python-tqdm
   (package
     (name "python-tqdm")
-    (version "4.19.5")
+    (version "4.19.6")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "tqdm" version))
          (sha256
            (base32
-             "0xvkffm77nqckk29xjy5fkqvig5b97vk7nzafp3cn36w4zqyccnz"))))
+             "1pw0ngm0zn9papdmkwipi3yih5c3di6d0w849bdmrraq4d2d9h2y"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-flake8" ,python-flake8)



reply via email to

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