gnu: python-regex: Update to 2022.1.18.
* gnu/packages/python-xyz.scm (python-regex): Update to 2022.1.18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f610dc0b3e
commit
142255d825
1 changed files with 2 additions and 2 deletions
|
@ -20126,13 +20126,13 @@ class ShellOutSSHClientTests"))))
|
||||||
(define-public python-regex
|
(define-public python-regex
|
||||||
(package
|
(package
|
||||||
(name "python-regex")
|
(name "python-regex")
|
||||||
(version "2020.6.8")
|
(version "2022.1.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "regex" version))
|
(uri (pypi-uri "regex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b3k0zi1pd99q5mk7ri7vcx2y1mq5inm9hk8dryqyhrpkmh4xdp9"))))
|
"05ir92d0cmv8wkafn3r05j5q47l6shg7cpdblp2a8m407b02vwwp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue