mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: python-mako: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-mako): Update to 1.1.1.
This commit is contained in:
parent
03bed9090f
commit
4d3c2cb79f
1 changed files with 2 additions and 2 deletions
|
@ -8967,14 +8967,14 @@ python-xdo for newer bindings.)")
|
||||||
(define-public python-mako
|
(define-public python-mako
|
||||||
(package
|
(package
|
||||||
(name "python-mako")
|
(name "python-mako")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Mako" version))
|
(uri (pypi-uri "Mako" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jqa3qfpykyn4fmkn0kh6043sfls7br8i2bsdbccazcvk9cijsd3"))))
|
"193mds7lv91pphnvn6c1n55rhjkgq94asdzgrsb2fiqx7rrsd119"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue