mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-validators: Update to 0.18.2.
* gnu/packages/python-xyz.scm (python-validators): Update to 0.18.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
80f616139c
commit
69f8892860
1 changed files with 2 additions and 2 deletions
|
@ -19160,13 +19160,13 @@ multitouch applications.")
|
||||||
(define-public python-validators
|
(define-public python-validators
|
||||||
(package
|
(package
|
||||||
(name "python-validators")
|
(name "python-validators")
|
||||||
(version "0.14.2")
|
(version "0.18.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "validators" version))
|
(uri (pypi-uri "validators" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"024m15j33szd0v8k5l4ccish6n0b4knq81gmb4fq25ynwyyyd4mi"))))
|
"19lypf7hm7p203ay3v8zmckc5rv6889zkfdm16nki1972f99mk9p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue