diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-10-22 10:26:16 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-10-22 10:26:16 -0400 |
commit | 86697773508fbfde581260d80ea102dc04c0100c (patch) | |
tree | e1e2581647bc8560e076d34b3bdb3c5859505a31 | |
parent | 7b9f01ff0da41d6ce649149f7015e068feb6ebef (diff) |
-rw-r--r-- | manifest.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.scm b/manifest.scm index 4ac9c24..9ef003a 100644 --- a/manifest.scm +++ b/manifest.scm @@ -31,7 +31,7 @@ (native-inputs (list autoconf automake pkg-config))))) (define haunt* - (let ((commit "bdf0ebe0e4e90b14812bccd5bf25d0aeac9ab7b2")) + (let ((commit "2b8268683ad2406b38500cde18210100df67b745")) (package (inherit haunt) (source (origin @@ -41,7 +41,7 @@ (commit commit))) (sha256 (base32 - "0zwyjwzkpn3a31chgy9nlx274hm6jmdbffycynmhjaa5j8x19ji6")))) + "1dz0r5lds8dhzvk6x0qslq3q098vcw1ifyr6m27vlk67d5fxgpdm")))) (native-inputs (list automake autoconf pkg-config texinfo)) (inputs |