gnu: r-htmltools: Update to 0.5.1.1.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.1.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:52:40 +01:00
parent f63a49c4a7
commit c16205b6ce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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