From 738527623d6ecacf6a384525e17e56bde7265fc9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 5 Feb 2022 17:43:18 -0500 Subject: guix: Update haunt commit. --- guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index 0fc2841..7faa185 100644 --- a/guix.scm +++ b/guix.scm @@ -9,7 +9,7 @@ (guix utils)) (define haunt* - (let ((commit "d979ed3a1e50f0d73f204076092cb8e4fa033c72")) + (let ((commit "1ca9fc90fedc718fbaa425f2a96ffccd40950e7f")) (package (inherit haunt) (source (origin @@ -19,7 +19,7 @@ (commit commit))) (sha256 (base32 - "1l3c109sx76hzdcfakchskpyhdw3v6zwjs8zdhymbkbks85zwyb5")))) + "0jxg79wns1ydia9p0b08b4x5klgja078my645d04gyyvhhi3fc5j")))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) -- cgit v1.2.3