diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-02-05 17:43:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-02-05 17:43:18 -0500 |
commit | 738527623d6ecacf6a384525e17e56bde7265fc9 (patch) | |
tree | 1187bc68c8e1f0fce148a6e24f34e45c87d76e3c | |
parent | 2c01d4daeff989a556083d26b7c6e5cf7f89b472 (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 "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) |