mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-whisker: Update to 0.4.1.
* gnu/packages/statistics.scm (r-whisker): Update to 0.4.1.
This commit is contained in:
parent
02ceaa5925
commit
d72dd70180
1 changed files with 2 additions and 2 deletions
|
@ -2233,13 +2233,13 @@ (define-public r-rversions
|
||||||
(define-public r-whisker
|
(define-public r-whisker
|
||||||
(package
|
(package
|
||||||
(name "r-whisker")
|
(name "r-whisker")
|
||||||
(version "0.4")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "whisker" version))
|
(uri (cran-uri "whisker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a7vz0dk95xfjvi38wbpw8vmf5qn3g8p490msz2rw0piwidmk1ks"))))
|
"1g7jy6dnc5igs7yqy1n7cmy0ia8dm2yi3qj1mil2y0q88m4m2ldz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/edwindj/whisker")
|
(home-page "https://github.com/edwindj/whisker")
|
||||||
(synopsis "Logicless mustache templating for R")
|
(synopsis "Logicless mustache templating for R")
|
||||||
|
|
Loading…
Reference in a new issue