diff options
author | Marius Bakke <marius@gnu.org> | 2020-09-11 17:26:58 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-09-22 18:41:51 +0200 |
commit | a13b522078a02b6df7f0494c0bd0ecec0e476e73 (patch) | |
tree | ba052a78fd2716acc76abddf6bc2e9b65a265e76 | |
parent | c7011ff850420fdbe1319b3d218bd362f2f9d618 (diff) | |
download | guix-a13b522078a02b6df7f0494c0bd0ecec0e476e73.tar.gz guix-a13b522078a02b6df7f0494c0bd0ecec0e476e73.zip |
gnu: python-uritemplate: Update to 3.0.1.
* gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b5d4a62c7d..ef0c0ea728 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3333,14 +3333,14 @@ authentication for Flask routes.") (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") |