~ruther/guix-local

1a6fb8dac1a9d7ae6d1a9b07bb0df6e4b606cb87 — Tobias Geerinckx-Rice 8 years ago 424cea8
gnu: python-flask-babel: Update to 0.11.2.

* gnu/packages/python-web.scm (python-flask-babel): Update to 0.11.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -2
@@ 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)