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.3.0.


From: guix-commits
Subject: branch master updated: gnu: guile-hoot: Update to 0.3.0.
Date: Tue, 30 Jan 2024 11:09:45 -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 a901e950dd gnu: guile-hoot: Update to 0.3.0.
a901e950dd is described below

commit a901e950ddea725689c8b48b78b2f28f11df9db2
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Jan 30 10:55:31 2024 -0500

    gnu: guile-hoot: Update to 0.3.0.
    
    * gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.3.0.
    
    Change-Id: I355d4b11bdd45bf87e3d7227f259907b1e7d57bd
---
 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 4c696a6823..d773313636 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3434,7 +3434,7 @@ from @code{tree-il}.")
 (define-public guile-hoot
   (package
     (name "guile-hoot")
-    (version "0.2.0")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://spritely.institute/files/releases";
@@ -3442,7 +3442,7 @@ from @code{tree-il}.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1byshh7092q2yzqwpi59j4xjsppvp1xqnqsv94yv541qfm0plnc2"))))
+                "1zgcp7xnx84gwdpxj0wga7xrcxcifp9fyp06b6d54gbxq4as8an1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0"



reply via email to

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