mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-uritemplate: Update to 3.0.1.
* gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
This commit is contained in:
parent
c7011ff850
commit
a13b522078
1 changed files with 2 additions and 2 deletions
|
@ -3333,14 +3333,14 @@ (define-public python2-flask-httpauth
|
|||
(define-public python-uritemplate
|
||||
(package
|
||||
(name "python-uritemplate")
|
||||
(version "3.0.0")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "uritemplate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0781gm9g34wa0asc19dx81ng0nqq07igzv3bbvdqmz13pv7469n0"))))
|
||||
"1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://uritemplate.readthedocs.org")
|
||||
(synopsis "Library to deal with URI Templates")
|
||||
|
|
Loading…
Reference in a new issue