gnu: haunt: Update to 0.2.6.

* gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6.
This commit is contained in:
Ludovic Courtès 2022-02-05 12:02:03 +01:00
parent ea580fc25e
commit ecf527c921
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2452,14 +2452,14 @@ (define-public guile2.2-irregex
(define-public haunt (define-public haunt
(package (package
(name "haunt") (name "haunt")
(version "0.2.5") (version "0.2.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://files.dthompson.us/haunt/haunt-" (uri (string-append "https://files.dthompson.us/haunt/haunt-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1gy45l6m91b3wpdbpd9bpisp00zl8610zs0a2nwmbjlpd2cbf90k")))) "1nwhwngx0gl2892vrvrzrxy5w6a5l08j1w0522kdh9a3v11qpwmw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((ice-9 match) (ice-9 ftw) `(#:modules ((ice-9 match) (ice-9 ftw)