all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56686] [PATCH] gnu: python-pudb: Update to 2022.1.2.
@ 2022-07-22  1:36 jgart via Guix-patches via
  2022-08-04 18:46 ` bug#56686: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-07-22  1:36 UTC (permalink / raw)
  To: 56686; +Cc: jgart

* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.2.
---
 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 11f709f7b5..bc2e7723eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28796,13 +28796,13 @@ (define-public dynaconf
 (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
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-06 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  1:36 [bug#56686] [PATCH] gnu: python-pudb: Update to 2022.1.2 jgart via Guix-patches via
2022-08-04 18:46 ` bug#56686: " Efraim Flashner
2022-08-06 13:31   ` [bug#56686] " jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.