mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ab5acfa04a
commit
7f73f962ef
1 changed files with 2 additions and 2 deletions
|
@ -10043,14 +10043,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.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue