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


From: guix-commits
Subject: branch master updated: gnu: guile-hoot: Update to 0.4.0.
Date: Tue, 09 Apr 2024 10:07:21 -0400

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 35e1d9247e gnu: guile-hoot: Update to 0.4.0.
35e1d9247e is described below

commit 35e1d9247e39f3c91512cf3d9ef1467962389e35
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Apr 9 10:02:59 2024 -0400

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



reply via email to

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