mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
29ab5c9838
commit
84d239599a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue