diff options
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |