* [bug#58990] [PATCH] gnu: python-pudb: Update to 2022.1.3.
@ 2022-11-03 16:45 jgart via Guix-patches via
2022-11-05 11:01 ` bug#58990: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 16:45 UTC (permalink / raw)
To: 58990; +Cc: jgart
* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.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 2e8cbb1ee4..04cc2a363b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29493,13 +29493,13 @@ (define-public dynaconf
(define-public python-pudb
(package
(name "python-pudb")
- (version "2022.1.2")
+ (version "2022.1.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "pudb" version))
(sha256
(base32
- "03a7zalgdxfd2z2k6050ng087gwqgqis544n2083gdfxbf0ap0vb"))))
+ "0jk61qgacvwy6zkz1f55jawax4ggb1aawy6w3wnfkzqrkvd3ms2q"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-05 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 16:45 [bug#58990] [PATCH] gnu: python-pudb: Update to 2022.1.3 jgart via Guix-patches via
2022-11-05 11:01 ` bug#58990: " Christopher Baines
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.