me
/
guix
Archived
1
0
Fork 0

gnu: r-whisker: Update to 0.4.

* gnu/packages/statistics.scm (r-whisker): Update to 0.4.
master
Ricardo Wurmus 2019-09-02 14:38:12 +02:00
parent 560f7c949a
commit b21620bb47
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2097,13 +2097,13 @@ previous R versions and their release dates.")
(define-public r-whisker
(package
(name "r-whisker")
(version "0.3-2")
(version "0.4")
(source (origin
(method url-fetch)
(uri (cran-uri "whisker" version))
(sha256
(base32
"0z4cn115gxcl086d6bnqr8afi67b6a7xqg6ivmk3l4ng1x8kcj28"))))
"1a7vz0dk95xfjvi38wbpw8vmf5qn3g8p490msz2rw0piwidmk1ks"))))
(build-system r-build-system)
(home-page "https://github.com/edwindj/whisker")
(synopsis "Logicless mustache templating for R")