gnu: python-pudb: Update to 2022.1.3.

* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
jgart 2022-11-03 11:45:39 -05:00 committed by Christopher Baines
parent 29ab5c9838
commit 84d239599a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -29543,13 +29543,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