summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-02-06 14:19:34 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-02-06 14:19:42 -0500
commit5d8c12c65c021ad543f1dee3de1f2c3a50ad18ad (patch)
tree6f12b80fa8b206d7c06cebad088aa2b96d937577
parent64d3b7c70d479774e4dabdd498f23fced82a131c (diff)
Update haunt commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 31e10fe..2929a7d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -9,7 +9,7 @@
(guix utils))
(define haunt*
- (let ((commit "3e406cbef274ad83c44674a8ee404684eb16bdbe"))
+ (let ((commit "7d0b71f6a3f0e714da5a5c43e52408e27f44c383"))
(package
(inherit haunt)
(source (origin
@@ -19,7 +19,7 @@
(commit commit)))
(sha256
(base32
- "0vhgb7gslpkb7qbfrm7bns3xgbycmfimm1a8yjcxiyq3kdhxdy9f"))))
+ "0dpz2h0srggrip2myy35xjr0nzdikhsyqkjc05izrzcyb01zvsn3"))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)