summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-02-05 20:59:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-02-05 20:59:52 -0500
commit14b8bb78e06cc1c8ac69173871b412a4f7112026 (patch)
treeafbb9ae3a413b8416f4b6ac67b5834cd2a31e5b9
parentda0d1dcac47fd462363f35dbddb50db7a985fe13 (diff)
guix: Update haunt commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 7faa185..31e10fe 100644
--- a/guix.scm
+++ b/guix.scm
@@ -9,7 +9,7 @@
(guix utils))
(define haunt*
- (let ((commit "1ca9fc90fedc718fbaa425f2a96ffccd40950e7f"))
+ (let ((commit "3e406cbef274ad83c44674a8ee404684eb16bdbe"))
(package
(inherit haunt)
(source (origin
@@ -19,7 +19,7 @@
(commit commit)))
(sha256
(base32
- "0jxg79wns1ydia9p0b08b4x5klgja078my645d04gyyvhhi3fc5j"))))
+ "0vhgb7gslpkb7qbfrm7bns3xgbycmfimm1a8yjcxiyq3kdhxdy9f"))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)