guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pystache: Update to 0.6.0.


From: guix-commits
Subject: branch master updated: gnu: python-pystache: Update to 0.6.0.
Date: Mon, 17 Jan 2022 14:42:16 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 36f6188fc4 gnu: python-pystache: Update to 0.6.0.
36f6188fc4 is described below

commit 36f6188fc42d852cabf5b5c98d8c4924947cf462
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 17 14:04:36 2022 -0500

    gnu: python-pystache: Update to 0.6.0.
    
    * gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 64de3d8e59..03791d6c7a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4020,13 +4020,13 @@ templates.  A format string can be provided to control 
the output.")
 (define-public python-pystache
   (package
     (name "python-pystache")
-    (version "0.5.4")
+    (version "0.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pystache" version))
               (sha256
                (base32
-                "0nmqsfmiw4arjxqkmf9z66ml950pcdjk6aq4gin4sywmzdjw5fzp"))))
+                "03a73ppf5vxnsk6az5ackvc0hp6xqv2f4hi1s5c4nk4s2jr95gwk"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Python 3 tests are failing.



reply via email to

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