me
/
guix
Archived
1
0
Fork 0

gnu: python-cheetah: Update to 3.3.1.

* gnu/packages/python-xyz.scm (python-cheetah): Update to 3.3.1.
master
Andreas Enge 2023-02-25 19:31:52 +01:00
parent a55e18f17c
commit 97f72203dc
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 3 deletions

View File

@ -19394,14 +19394,14 @@ from the header, as well as section details and data available.")
(define-public python-cheetah
(package
(name "python-cheetah")
(version "3.2.4")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cheetah3" version))
(uri (pypi-uri "CT3" version))
(sha256
(base32
"0ar5dqjnqaw0c17mymd6xgd81jn9br9fblawr0x438v1571bkaya"))))
"1j36vampqip18jx0jzngb9rnkhhhl8hqnscg117y0d6cgrgm57qw"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases