diff options
author | jgart via Guix-patches via <guix-patches@gnu.org> | 2022-07-21 20:36:11 -0500 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-04 21:39:44 +0300 |
commit | 94776d73d8c157cca226a1c3c8e32fa625ce844b (patch) | |
tree | 31e5b92c5eab0a4d97a35348b5c759947644faf5 /gnu | |
parent | a956c7df87536717e4e04af11ae6d73dcb7a2ce7 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |