gnu: r-htmltools: Update to 0.5.1.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.1.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:07:40 +01:00
parent 01e39c12b8
commit fa9f59ec62
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1128,13 +1128,13 @@ (define-public r-servr
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.0")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"07fjznax5sin563ddnzlb7iwc8b39wzf7ymjn66pbmxgskijq2pz"))))
"01v33zcs9rv16r6v8ckqh92k5axj6skmk9hyakmqqmgra522xj3a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)