gnu: python-mako: Update to 1.1.2.

* gnu/packages/python-xyz.scm (python-mako): Update to 1.1.2.
This commit is contained in:
Marius Bakke 2020-05-14 23:08:06 +02:00 committed by Marius Bakke
parent ab5acfa04a
commit 7f73f962ef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10043,14 +10043,14 @@ (define-public python2-xdo
(define-public python-mako (define-public python-mako
(package (package
(name "python-mako") (name "python-mako")
(version "1.1.1") (version "1.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Mako" version)) (uri (pypi-uri "Mako" version))
(sha256 (sha256
(base32 (base32
"193mds7lv91pphnvn6c1n55rhjkgq94asdzgrsb2fiqx7rrsd119")))) "17bd6r9ynp4hyfckkia0bb8gpd98f42jfl5rmzdpbld59bbcaf9i"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases