mbakke pushed a commit to branch master
in repository guix.
commit 431a0d26c8e12dc357c84878f1ed76975b270786
Author: Marius Bakke <[email protected]>
Date: Wed Apr 17 22:09:41 2019 +0200
gnu: python-hyperlink: Update to 19.0.0.
* gnu/packages/python-web.scm (python-hyperlink): Update to 19.0.0.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7c6d055..b7d03ac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2960,14 +2960,14 @@ ecosystem.")
(define-public python-hyperlink
(package
(name "python-hyperlink")
- (version "18.0.0")
+ (version "19.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hyperlink" version))
(sha256
(base32
- "01m3y19arfqljksngy8grc966zdb4larysralb8cajzi8kvly6zh"))))
+ "0m2nhi0j8wmgfscf974wd5v1xfq8mah286hil6npy1ys0m3y7222"))))
(build-system python-build-system)
(propagated-inputs
`(("python-idna" ,python-idna)))