From 5fb33112d891a221f4d691cdbee0bd2112d43e5f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 May 2024 14:10:46 -0400 Subject: [PATCH] guix: Bump hoot commit to fix bug. --- manifest.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.scm b/manifest.scm index fdb6a52..3733392 100644 --- a/manifest.scm +++ b/manifest.scm @@ -9,7 +9,7 @@ (gnu packages texinfo)) (define guile-hoot-next - (let ((commit "bdc355d97a88b1337c14d3155ce83fe699b405ac") + (let ((commit "66eca43e7fc0478b265c7826b7e52eec866e0b21") (revision "1")) (package (inherit guile-hoot) @@ -21,7 +21,7 @@ (commit commit))) (file-name (git-file-name "guile-hoot" version)) (sha256 - (base32 "0p18zy505flacvqi4r2xp42gljnpq86fydvw2k154aw89chhkc32")))) + (base32 "0pd81wg6adzf1kvmgcxylailzwa0d5vdrhfpy4d54ddl31j6h824")))) (native-inputs (list autoconf automake pkg-config texinfo)))))