guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: haunt: Update to 0.2.6.


From: guix-commits
Subject: 01/02: gnu: haunt: Update to 0.2.6.
Date: Sun, 6 Feb 2022 18:06:50 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ecf527c9213ea27b5ad09da9dd163ccc8dcb1d4f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Feb 5 12:02:03 2022 +0100

    gnu: haunt: Update to 0.2.6.
    
    * gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]