gnu: python-hyperlink: Update to 19.0.0.

* gnu/packages/python-web.scm (python-hyperlink): Update to 19.0.0.
master
Marius Bakke 2019-04-17 22:09:41 +02:00
parent 8142eadd40
commit 431a0d26c8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)))