gnu: python-pudb: Update to 2023.1.

* gnu/packages/python-xyz.scm (python-pudb): Update to 2023.1.
This commit is contained in:
jgart 2023-10-06 14:20:09 -05:00
parent 88ff6feca1
commit ad10bbe563
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -31895,13 +31895,13 @@ (define-public dynaconf
(define-public python-pudb
(package
(name "python-pudb")
(version "2022.1.3")
(version "2023.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "pudb" version))
(sha256
(base32
"0jk61qgacvwy6zkz1f55jawax4ggb1aawy6w3wnfkzqrkvd3ms2q"))))
"00rgx80inpvsbcydp29mrhw44xizyqdqxvv6lqcak1xs79h3rpqm"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases