guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-cheetah: Update to 3.3.1.


From: guix-commits
Subject: branch core-updates updated: gnu: python-cheetah: Update to 3.3.1.
Date: Sat, 25 Feb 2023 13:32:13 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 97f72203dc gnu: python-cheetah: Update to 3.3.1.
97f72203dc is described below

commit 97f72203dcff4b9860a88c98eb31be2aef7bdb6d
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Feb 25 19:31:52 2023 +0100

    gnu: python-cheetah: Update to 3.3.1.
    
    * gnu/packages/python-xyz.scm (python-cheetah): Update to 3.3.1.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37f8251e14..8c5d069fd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]