guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pudb: Update to 2022.1.2.


From: guix-commits
Subject: branch master updated: gnu: python-pudb: Update to 2022.1.2.
Date: Thu, 04 Aug 2022 14:45:44 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94776d73d8 gnu: python-pudb: Update to 2022.1.2.
94776d73d8 is described below

commit 94776d73d8c157cca226a1c3c8e32fa625ce844b
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Jul 21 20:36:11 2022 -0500

    gnu: python-pudb: Update to 2022.1.2.
    
    * gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 d02501684f..622a356bf1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28837,13 +28837,13 @@ development, testing, production]};
 (define-public python-pudb
   (package
     (name "python-pudb")
-    (version "2022.1.1")
+    (version "2022.1.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pudb" version))
               (sha256
                (base32
-                "0gq82hwnibby9qdyv7ri11phvg94nby4jb0w9h3jk79w89kdsfyv"))))
+                "03a7zalgdxfd2z2k6050ng087gwqgqis544n2083gdfxbf0ap0vb"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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