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.


From: David Thompson
Subject: 01/01: gnu: haunt: Update to 0.2.
Date: Sun, 24 Apr 2016 22:05:10 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 4960beaa23965877b578c1e54e735bba639e96ee
Author: David Thompson <address@hidden>
Date:   Sun Apr 24 14:01:15 2016 -0400

    gnu: haunt: Update to 0.2.
    
    * gnu/packages/guile.scm (haunt): Update to 0.2.
    [native-inputs]: Add pkg-config and texinfo.
    [propagated-inputs]: Add guile-reader.
---
 gnu/packages/guile.scm |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index f978a42..53ea3e5 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -712,14 +712,14 @@ Guile's foreign function interface.")
 (define-public haunt
   (package
     (name "haunt")
-    (version "0.1")
+    (version "0.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://files.dthompson.us/haunt/haunt-";
+              (uri (string-append "https://files.dthompson.us/haunt/haunt-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15q1qwjnay7k90ppqrzqsmikvwyj61mjvf1zahyd9gm4vi2fgb3x"))))
+                "1id83n8fs7jxys1d8jy70vylg8gzcvlw1y7hb41y3qxv5zi4671m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 match) (ice-9 ftw)
@@ -743,8 +743,13 @@ Guile's foreign function interface.")
                                `("GUILE_LOAD_COMPILED_PATH" ":" prefix
                                  (,modules)))
                              #t)))))))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("texinfo" ,texinfo)))
     (inputs
      `(("guile" ,guile-2.0)))
+    (propagated-inputs
+     `(("guile-reader" ,guile-reader)))
     (synopsis "Functional static site generator")
     (description "Haunt is a static site generator written in Guile
 Scheme.  Haunt features a functional build system and an extensible



reply via email to

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