guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-hoot: Update to 0.4.1.


From: guix-commits
Subject: 02/02: gnu: guile-hoot: Update to 0.4.1.
Date: Tue, 30 Apr 2024 10:52:19 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit 032a3d345207a5505b141a8b22c107409cb0087d
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Apr 30 10:25:10 2024 -0400

    gnu: guile-hoot: Update to 0.4.1.
    
    * gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.4.1.
    
    Change-Id: I955c9b393ca4f1d22036bdf808210b06af1c7e51
---
 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 901c669582..b54d798f0e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3491,7 +3491,7 @@ from @code{tree-il}.")
 (define-public guile-hoot
   (package
     (name "guile-hoot")
-    (version "0.4.0")
+    (version "0.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://spritely.institute/files/releases";
@@ -3499,7 +3499,7 @@ from @code{tree-il}.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mlj9b9dzhd8k8jg9fgwxyxdy8rsynfq81vm00rjgbh2ivpgr3x2"))))
+                "08bp2dl688ap18h9d840g0dpk71rb3v9r0fmwdjrkwwwsryrjr0n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0"



reply via email to

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