gnu: r-r2html: Update to 2.3.3.

* gnu/packages/cran.scm (r-r2html): Update to 2.3.3.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:35 +02:00
parent a124a69046
commit b6b8f8c395
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")