diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-15 13:16:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-15 13:17:19 -0400 |
commit | e7548afbadbff2ab571cc189eb630e64c4e212da (patch) | |
tree | cc3d3349f8b10534ceee4820099e205937a92a85 /gnu/packages | |
parent | a5bbd38fd131282e928144e869dcdf1e09259085 (diff) | |
download | guix-e7548afbadbff2ab571cc189eb630e64c4e212da.tar guix-e7548afbadbff2ab571cc189eb630e64c4e212da.tar.gz |
gnu: haunt: Update to 0.2.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 21b39abf62..089a9a3b55 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2385,22 +2385,14 @@ inspired by the SCSH regular expression system.") (define-public haunt (package (name "haunt") - (version "0.2.4") + (version "0.2.5") (source (origin (method url-fetch) (uri (string-append "https://files.dthompson.us/haunt/haunt-" version ".tar.gz")) (sha256 (base32 - "056z4znikk83nr5mr0x2ac3iinqbywa2bvb37mhr566a1q50isfc")) - (modules '((guix build utils))) - (snippet - '(begin - ;; Allow builds with Guile 3.0. - (substitute* "configure" - (("2\\.2 2\\.0") - "3.0 2.2 2.0")) - #t)))) + "1gy45l6m91b3wpdbpd9bpisp00zl8610zs0a2nwmbjlpd2cbf90k")))) (build-system gnu-build-system) (arguments `(#:modules ((ice-9 match) (ice-9 ftw) |