me
/
guix
Archived
1
0
Fork 0

gnu: haunt: Update to 0.2.4.

* gnu/packages/guile.scm (haunt): Update to 0.2.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1162,14 +1162,14 @@ Guile's foreign function interface.")
(define-public haunt (define-public haunt
(package (package
(name "haunt") (name "haunt")
(version "0.2.2") (version "0.2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://files.dthompson.us/haunt/haunt-" (uri (string-append "https://files.dthompson.us/haunt/haunt-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0nm00krmqq4zmqi2irh35dbf2cn6al58s620hijmhfvhgvdqznlp")))) "056z4znikk83nr5mr0x2ac3iinqbywa2bvb37mhr566a1q50isfc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((ice-9 match) (ice-9 ftw) `(#:modules ((ice-9 match) (ice-9 ftw)