guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-hoot: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: guile-hoot: Update to 0.2.0.
Date: Thu, 30 Nov 2023 11:59:28 -0500

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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b782f6726 gnu: guile-hoot: Update to 0.2.0.
2b782f6726 is described below

commit 2b782f67266b42bb40015bd23ce2443be2f9b01f
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Nov 28 14:58:09 2023 -0500

    gnu: guile-hoot: Update to 0.2.0.
    
    * gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.2.0.
    
    Change-Id: I3bf5f457ef2359588889962ab3bbbc2d47b4a022
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 557589d2bb..b3ac661e77 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3326,7 +3326,7 @@ from @code{tree-il}.")
 (define-public guile-hoot
   (package
     (name "guile-hoot")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://spritely.institute/files/releases";
@@ -3334,7 +3334,7 @@ from @code{tree-il}.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1087rcj22hk6fcbqajm268f1q2c3kbizah8wy1z0aqkfliwc309g"))))
+                "1byshh7092q2yzqwpi59j4xjsppvp1xqnqsv94yv541qfm0plnc2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0"



reply via email to

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