me
/
guix
Archived
1
0
Fork 0

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>
jgart via Guix-patches via 2022-07-21 20:36:11 -05:00 committed by Efraim Flashner
parent a956c7df87
commit 94776d73d8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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