guix: Bump hoot commit to fix bug.

This commit is contained in:
David Thompson 2024-05-21 14:10:46 -04:00
parent 9a36c8e004
commit 5fb33112d8

View file

@ -9,7 +9,7 @@
(gnu packages texinfo)) (gnu packages texinfo))
(define guile-hoot-next (define guile-hoot-next
(let ((commit "bdc355d97a88b1337c14d3155ce83fe699b405ac") (let ((commit "66eca43e7fc0478b265c7826b7e52eec866e0b21")
(revision "1")) (revision "1"))
(package (package
(inherit guile-hoot) (inherit guile-hoot)
@ -21,7 +21,7 @@
(commit commit))) (commit commit)))
(file-name (git-file-name "guile-hoot" version)) (file-name (git-file-name "guile-hoot" version))
(sha256 (sha256
(base32 "0p18zy505flacvqi4r2xp42gljnpq86fydvw2k154aw89chhkc32")))) (base32 "0pd81wg6adzf1kvmgcxylailzwa0d5vdrhfpy4d54ddl31j6h824"))))
(native-inputs (native-inputs
(list autoconf automake pkg-config texinfo))))) (list autoconf automake pkg-config texinfo)))))