diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-03 16:37:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-04 01:19:24 +0200 |
commit | fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590 (patch) | |
tree | 4e259adb7735e115a54d7381c0f76063dc7ab1a8 | |
parent | 683b8d47fb45b8556557ced265429fffebfb6b63 (diff) | |
download | patches-fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.tar patches-fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.tar.gz |
gnu: python-mako: Update to 1.0.7.
* gnu/packages/python.scm (python-mako): Update to 1.0.7.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a359eebd12..97b8ace869 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7652,14 +7652,14 @@ python-xdo for newer bindings.)") (define-public python-mako (package (name "python-mako") - (version "1.0.6") + (version "1.0.7") (source (origin (method url-fetch) (uri (pypi-uri "Mako" version)) (sha256 (base32 - "03dyxgjknp4ffsv7vwfd28l5bbpzi0ylp20543wpg3iahyyrwma8")))) + "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf")))) (build-system python-build-system) (propagated-inputs `(("python-markupsafe" ,python-markupsafe))) |