me
/
guix
Archived
1
0
Fork 0

gnu: python-uritemplate: Update to 3.0.1.

* gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
master
Marius Bakke 2020-09-11 17:26:58 +02:00
parent c7011ff850
commit a13b522078
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3333,14 +3333,14 @@ authentication for Flask routes.")
(define-public python-uritemplate (define-public python-uritemplate
(package (package
(name "python-uritemplate") (name "python-uritemplate")
(version "3.0.0") (version "3.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "uritemplate" version)) (uri (pypi-uri "uritemplate" version))
(sha256 (sha256
(base32 (base32
"0781gm9g34wa0asc19dx81ng0nqq07igzv3bbvdqmz13pv7469n0")))) "1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://uritemplate.readthedocs.org") (home-page "https://uritemplate.readthedocs.org")
(synopsis "Library to deal with URI Templates") (synopsis "Library to deal with URI Templates")