mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-r2html: Update to 2.3.3.
* gnu/packages/cran.scm (r-r2html): Update to 2.3.3.
This commit is contained in:
parent
a124a69046
commit
b6b8f8c395
1 changed files with 2 additions and 2 deletions
|
@ -18066,14 +18066,14 @@ (define-public r-sampling
|
||||||
(define-public r-r2html
|
(define-public r-r2html
|
||||||
(package
|
(package
|
||||||
(name "r-r2html")
|
(name "r-r2html")
|
||||||
(version "2.3.2")
|
(version "2.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R2HTML" version))
|
(uri (cran-uri "R2HTML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
|
"12qg9rp1j26h2f48dfg5k9jds26ycacv3f3ymk686ks43hd1hzja"))))
|
||||||
(properties `((upstream-name . "R2HTML")))
|
(properties `((upstream-name . "R2HTML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/nalimilan/R2HTML")
|
(home-page "https://github.com/nalimilan/R2HTML")
|
||||||
|
|
Loading…
Reference in a new issue