gnu: haunt: Update to 0.2.4.

* gnu/packages/guile.scm (haunt): Update to 0.2.4.
This commit is contained in:
David Thompson 2018-11-29 13:05:10 -05:00
parent 8eb49ebcf7
commit 19ad450452
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -1162,14 +1162,14 @@ (define-public guile2.0-sqlite3
(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)