guix-commits
[Top][All Lists]
Advanced

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

14/28: gnu: python-tqdm: Update to 4.62.3.


From: guix-commits
Subject: 14/28: gnu: python-tqdm: Update to 4.62.3.
Date: Sat, 22 Jan 2022 04:23:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9f57352e124a3c9f309033b0e74dd5c619691205
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 21 23:05:40 2022 +0100

    gnu: python-tqdm: Update to 4.62.3.
    
    * gnu/packages/python-xyz.scm (python-tqdm): Update to 4.62.3.
---
 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 450b5fc498..da84428041 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20214,14 +20214,14 @@ ignoring formatting changes.")
 (define-public python-tqdm
   (package
     (name "python-tqdm")
-    (version "4.60.0")
+    (version "4.62.3")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "tqdm" version))
          (sha256
            (base32
-             "1bjpy4mjg6ryp0ijvqi77vgs76l5hh3zrv3x4vmcwxrlbswvvppb"))))
+             "03cjj8jl8iybvfjbpvdql5qfslzfv043g7w6nx8rhv2h2xrdwnfk"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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