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>
parent
a956c7df87
commit
94776d73d8
|
@ -28837,13 +28837,13 @@ development, testing, production]};
|
||||||
(define-public python-pudb
|
(define-public python-pudb
|
||||||
(package
|
(package
|
||||||
(name "python-pudb")
|
(name "python-pudb")
|
||||||
(version "2022.1.1")
|
(version "2022.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pudb" version))
|
(uri (pypi-uri "pudb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gq82hwnibby9qdyv7ri11phvg94nby4jb0w9h3jk79w89kdsfyv"))))
|
"03a7zalgdxfd2z2k6050ng087gwqgqis544n2083gdfxbf0ap0vb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue