1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: guile-hoot: Update to 0.7.0.

* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.7.0.

Change-Id: Ied3e9f71beec2ba7a21334e45088dbbdb0feee27
This commit is contained in:
David Thompson
2025-10-22 10:57:37 -04:00
parent c76ce45812
commit 3ad7dcc88c
+2 -2
View File
@@ -4524,7 +4524,7 @@ from @code{tree-il}.")
(define-public guile-hoot
(package
(name "guile-hoot")
(version "0.6.1")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://spritely.institute/files/releases"
@@ -4532,7 +4532,7 @@ from @code{tree-il}.")
version ".tar.gz"))
(sha256
(base32
"0bpcni900sh2rp8j8ixjs0cipmvgygh1srnli686vf12n61hw0kz"))))
"0f762mwz6lk5vwl1srjq9frqm3s2baa17gbn5pl70ri5x0iywyxi"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))