summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.scm b/manifest.scm
index a2e24be..3457dd0 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -13,8 +13,9 @@
(gnu packages pkg-config)
(gnu packages texinfo))
+;; Not currently used, but good to have around...
(define guile-hoot-next
- (let ((commit "f161d83c51bb39b372fd9d5d102841c2a4d6d524")
+ (let ((commit "d3363e22939fe0cc1d13ae66358a5508ac165190")
(revision "1"))
(package
(inherit guile-hoot)
@@ -26,7 +27,7 @@
(commit commit)))
(file-name (git-file-name "guile-hoot" version))
(sha256
- (base32 "1wr170q2rsd1bg7gbcp28f1nm8fxxkdlgijs68ssdf231vr8gq1w"))))
+ (base32 "184pnlgchp278i5wdnbp1q4ca85695372kwpr4nm02cav4p58c5c"))))
(native-inputs
(list autoconf automake pkg-config texinfo)))))