[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-hoot: Update to 0.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-hoot: Update to 0.5.0. |
Date: |
Fri, 06 Sep 2024 14:10:00 -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 8485eb6e96 gnu: guile-hoot: Update to 0.5.0.
8485eb6e96 is described below
commit 8485eb6e96dc2f539bac0298e12b07392da1e49e
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Fri Sep 6 12:52:26 2024 -0400
gnu: guile-hoot: Update to 0.5.0.
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.5.0.
Change-Id: I6f205218eb9b2044378ebbda736407a3a85035b1
---
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 6204261cd5..3bcb0e82bb 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3501,7 +3501,7 @@ from @code{tree-il}.")
(define-public guile-hoot
(package
(name "guile-hoot")
- (version "0.4.1")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://spritely.institute/files/releases"
@@ -3509,7 +3509,7 @@ from @code{tree-il}.")
version ".tar.gz"))
(sha256
(base32
- "08bp2dl688ap18h9d840g0dpk71rb3v9r0fmwdjrkwwwsryrjr0n"))))
+ "0c7qrhr4k3bdsfbdncb11ysfq94bapkpigckmj23rdc0skvijwk4"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-hoot: Update to 0.5.0.,
guix-commits <=