[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: haunt: Update to 0.2.1
From: |
Ludovic Courtès |
Subject: |
06/06: gnu: haunt: Update to 0.2.1 |
Date: |
Tue, 24 Jan 2017 22:11:35 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 9b1a497ee9b0fca1a1f1ee73ae0776bc492edf62
Author: humanitiesNerd <address@hidden>
Date: Tue Jan 24 14:55:12 2017 +0100
gnu: haunt: Update to 0.2.1
* gnu/packages/guile.scm (haunt): Update to 0.2.1.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/guile.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 00f587d..ba45a63 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -938,14 +938,14 @@ Guile's foreign function interface.")
(define-public haunt
(package
(name "haunt")
- (version "0.2")
+ (version "0.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dthompson.us/haunt/haunt-"
version ".tar.gz"))
(sha256
(base32
- "1id83n8fs7jxys1d8jy70vylg8gzcvlw1y7hb41y3qxv5zi4671m"))))
+ "1fpaf1vm6s7j13fs35barjh5yajcc2rc3pi8r7278wpgp4i2vs3w"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 match) (ice-9 ftw)
@@ -975,7 +975,8 @@ Guile's foreign function interface.")
(inputs
`(("guile" ,guile-2.0)))
(propagated-inputs
- `(("guile-reader" ,guile-reader)))
+ `(("guile-reader" ,guile-reader)
+ ("guile-commonmark" ,guile-commonmark)))
(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
- branch master updated (0769cea -> 9b1a497), Ludovic Courtès, 2017/01/24
- 01/06: grafts: Shallow grafting can be performed on a subset of the outputs., Ludovic Courtès, 2017/01/24
- 03/06: gnu: Add hyperestraier., Ludovic Courtès, 2017/01/24
- 05/06: gnu: arandr: Remove timestamps from gzipped man pages., Ludovic Courtès, 2017/01/24
- 02/06: gnu: Add qdbm., Ludovic Courtès, 2017/01/24
- 06/06: gnu: haunt: Update to 0.2.1,
Ludovic Courtès <=
- 04/06: mapped-devices: 'source' can be a list of strings., Ludovic Courtès, 2017/01/24