diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-02-05 12:02:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-07 00:05:59 +0100 |
commit | ecf527c9213ea27b5ad09da9dd163ccc8dcb1d4f (patch) | |
tree | 661e5f7683d65153018b82517b9a7e272c955f6e | |
parent | ea580fc25ea91389ddbc72a1af3d877cbe28114c (diff) | |
download | guix-ecf527c9213ea27b5ad09da9dd163ccc8dcb1d4f.tar.gz |
gnu: haunt: Update to 0.2.6.
* gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 31405de9eb..c3b6be3754 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2452,14 +2452,14 @@ inspired by the SCSH regular expression system.") (define-public haunt (package (name "haunt") - (version "0.2.5") + (version "0.2.6") (source (origin (method url-fetch) (uri (string-append "https://files.dthompson.us/haunt/haunt-" version ".tar.gz")) (sha256 (base32 - "1gy45l6m91b3wpdbpd9bpisp00zl8610zs0a2nwmbjlpd2cbf90k")))) + "1nwhwngx0gl2892vrvrzrxy5w6a5l08j1w0522kdh9a3v11qpwmw")))) (build-system gnu-build-system) (arguments `(#:modules ((ice-9 match) (ice-9 ftw) |