summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-04-10 14:49:25 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-04-10 14:49:25 -0400
commit8b9f4917ffbec8b8aef4ee12e1aa083ebbf45d37 (patch)
treef65cda7691b8c4259f938f2a701a52a0172d301b
parent6696a0b5fcb1b17895285d80d9636defb2df3f9d (diff)
Update to guile-hoot main branch.
-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)))))