summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-19 10:13:38 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-19 10:13:38 -0500
commit7d6550eec7fe98517a2096d55760a4d5be3ad8ef (patch)
tree187cd2e2ccca5bc7667ddfb6c9f6961737f07f06
parent61f4ea962eedad6eb8cc227894747a830d23b2d6 (diff)
downloadguix-7d6550eec7fe98517a2096d55760a4d5be3ad8ef.tar.gz
gnu: haunt: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (haunt): Update to 0.3.0.

Change-Id: Ied0479ac9d27a9703040e0b2ce67eaf6b9af1b1d
-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 f2daebab01..b34472d5bd 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2947,14 +2947,14 @@ inspired by the SCSH regular expression system.")
 (define-public haunt
   (package
     (name "haunt")
-    (version "0.2.6")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/haunt/haunt-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nwhwngx0gl2892vrvrzrxy5w6a5l08j1w0522kdh9a3v11qpwmw"))))
+                "0awrk4a2gfnk660m4kg9cy1w8z7bj454355w7rn0cjp5dg8bxflq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 match) (ice-9 ftw)