gnu: r-htmltools: Update to 0.3.6.

* gnu/packages/web.scm (r-htmltools): Update to 0.3.6.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:10:46 +02:00
parent a1e54db2ac
commit 850151058d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3420,13 +3420,13 @@ (define-public r-servr
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.3.5")
(version "0.3.6")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"0j9bf80grd6gwh7116m575pycv87c0wcwkxsz3gzzfs4aw3pxyr9"))))
"18k8r1s8sz1jy7dkz35n69wj20xhmllr53xmwb4pdzf2z61gpbs4"))))
(build-system r-build-system)
(arguments
`(#:phases