summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-02-05 12:02:03 +0100
committerLudovic Courtès <ludo@gnu.org>2022-02-07 00:05:59 +0100
commitecf527c9213ea27b5ad09da9dd163ccc8dcb1d4f (patch)
tree661e5f7683d65153018b82517b9a7e272c955f6e
parentea580fc25ea91389ddbc72a1af3d877cbe28114c (diff)
downloadguix-patches-ecf527c9213ea27b5ad09da9dd163ccc8dcb1d4f.tar
guix-patches-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.scm4
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)