GNU bug report logs -
#56686
[PATCH] gnu: python-pudb: Update to 2022.1.2.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 22 Jul 2022 01:37:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.