nckx pushed a commit to branch master
in repository guix.
commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Thu May 3 16:37:42 2018 +0200
gnu: python-mako: Update to 1.0.7.
* gnu/packages/python.scm (python-mako): Update to 1.0.7.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a359eeb..97b8ace 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)))