mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: python-pudb: Update to 2023.1.
* gnu/packages/python-xyz.scm (python-pudb): Update to 2023.1.
This commit is contained in:
parent
88ff6feca1
commit
ad10bbe563
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue