diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-02-05 20:59:52 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-02-05 20:59:52 -0500 |
commit | 14b8bb78e06cc1c8ac69173871b412a4f7112026 (patch) | |
tree | afbb9ae3a413b8416f4b6ac67b5834cd2a31e5b9 | |
parent | da0d1dcac47fd462363f35dbddb50db7a985fe13 (diff) |
guix: Update haunt commit.
-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) |