This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2f4ca85ee3 gnu: python-pudb: Update to 2025.1.3.
2f4ca85ee3 is described below
commit 2f4ca85ee38e767a124993838b31ac4539532c18
Author: jgart <[email protected]>
AuthorDate: Thu Nov 13 12:34:09 2025 -0600
gnu: python-pudb: Update to 2025.1.3.
* gnu/packages/python-xyz.scm (python-pudb): Update to 2025.1.3.
[propagated-inputs]: Add python-typing-extensions.
Change-Id: I10de9033343784803edf8e7a0e01648d8d5d21a3
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 640b18ac23..11d73b3624 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34009,13 +34009,13 @@ development, testing, production]};
;; TODO: Rename to pudb as it's a final program.
(package
(name "python-pudb")
- (version "2025.1.1")
+ (version "2025.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pudb" version))
(sha256
- (base32 "0wjbvj94cww49pg7prnh5yi81v4m5f0sl816c51jcy8wag3lbhmp"))))
+ (base32 "1x210l6wxpn7k8jbca7ahzgsld938cnb6jlg3nrq8vr6xza75zb9"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -34033,6 +34033,7 @@ development, testing, production]};
(list python-jedi
python-packaging
python-pygments
+ python-typing-extensions
python-urwid
python-urwid-readline))
(home-page "https://documen.tician.de/pudb/")