diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 00:54:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 15:52:51 +0100 |
commit | 1a6fb8dac1a9d7ae6d1a9b07bb0df6e4b606cb87 (patch) | |
tree | 41bf9506a000804d6553d7a393a67dd81f5b63d1 | |
parent | 424cea8083a4cee63290c80235aed61bd12affb1 (diff) | |
download | guix-1a6fb8dac1a9d7ae6d1a9b07bb0df6e4b606cb87.tar guix-1a6fb8dac1a9d7ae6d1a9b07bb0df6e4b606cb87.tar.gz |
gnu: python-flask-babel: Update to 0.11.2.
* gnu/packages/python-web.scm (python-flask-babel): Update to 0.11.2.
-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 47fc5cd63a..18022ecd5e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -138,14 +138,14 @@ between a web browser and web server.") (define-public python-flask-babel (package (name "python-flask-babel") - (version "0.11.1") + (version "0.11.2") (source (origin (method url-fetch) (uri (pypi-uri "Flask-Babel" version)) (sha256 (base32 - "16b80cipdba9xj3jlaiaq6wgrgpjb70w3j01jjy9hbp4k71kd6yj")))) + "0ff9n165vhf1nhv6807ckhpp224jw7k7sd7jz5kfh3sbpl85gmy0")))) (build-system python-build-system) (propagated-inputs `(("python-flask" ,python-flask) |