gnu: python-rfc3986: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0.
This commit is contained in:
parent
9f665a1482
commit
e6b2552a96
1 changed files with 2 additions and 2 deletions
|
@ -15291,13 +15291,13 @@ applying JSON Patches according to RFC 6902.")
|
||||||
(define-public python-rfc3986
|
(define-public python-rfc3986
|
||||||
(package
|
(package
|
||||||
(name "python-rfc3986")
|
(name "python-rfc3986")
|
||||||
(version "1.1.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rfc3986" version))
|
(uri (pypi-uri "rfc3986" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06wlmysw83f75ff84zr1yr6n0shvc2xn1n1sb4iwzqap9hf5fn44"))))
|
"17dvx15m3r49bmif5zlli8kzjd6bys6psixzbp14sd5367d9h8qi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Reference in a new issue