guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: haunt: Update to 0.2.4.


From: guix-commits
Subject: 01/01: gnu: haunt: Update to 0.2.4.
Date: Thu, 29 Nov 2018 14:53:09 -0500 (EST)

davexunit pushed a commit to branch master
in repository guix.

commit 19ad4504527cbee18b19b46b1562ce3ba9c69d49
Author: David Thompson <address@hidden>
Date:   Thu Nov 29 13:05:10 2018 -0500

    gnu: haunt: Update to 0.2.4.
    
    * gnu/packages/guile.scm (haunt): Update to 0.2.4.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 837f76f..41f2b16 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1162,14 +1162,14 @@ Guile's foreign function interface.")
 (define-public haunt
   (package
     (name "haunt")
-    (version "0.2.2")
+    (version "0.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/haunt/haunt-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0nm00krmqq4zmqi2irh35dbf2cn6al58s620hijmhfvhgvdqznlp"))))
+                "056z4znikk83nr5mr0x2ac3iinqbywa2bvb37mhr566a1q50isfc"))))
     (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]