diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 22:37:20 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:08 +0200 |
commit | e21e294a2cabdfaa4148abdaaa5e473ab63be3a6 (patch) | |
tree | d50862ba87869d3f0daf95e44b327547c9b2816c /gnu/packages | |
parent | def9a2ceff53ac3c315ea7fddb876fdfeb2f775b (diff) | |
download | guix-e21e294a2cabdfaa4148abdaaa5e473ab63be3a6.tar.gz guix-e21e294a2cabdfaa4148abdaaa5e473ab63be3a6.zip |
gnu: python-mako: Update to 1.1.3.
* gnu/packages/python-xyz.scm (python-mako): Update to 1.1.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2fef66e814..71a849874b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10480,14 +10480,14 @@ python-xdo for newer bindings.)") (define-public python-mako (package (name "python-mako") - (version "1.1.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (pypi-uri "Mako" version)) (sha256 (base32 - "17bd6r9ynp4hyfckkia0bb8gpd98f42jfl5rmzdpbld59bbcaf9i")))) + "09ywrmhr6gdyfx6d5727wwjnz73i6rklqcb4c14m7sqc830wi5c1")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |