gnu: r-htmltable: Update to 2.0.1.

* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-10 15:23:18 +02:00
parent 00466df44a
commit 9debba2025
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -916,14 +916,13 @@ (define-public r-htmlwidgets
(define-public r-htmltable (define-public r-htmltable
(package (package
(name "r-htmltable") (name "r-htmltable")
(version "2.0.0") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "htmlTable" version)) (uri (cran-uri "htmlTable" version))
(sha256 (sha256
(base32 (base32 "0ma52kajzxfg9w811d6ldhghzn9xhyr8bh7k5v265k82bzx7rac6"))))
"1a1al4kld7lrapc2i086crr78kbgrskahs221iy9v77x0nhin2q3"))))
(properties `((upstream-name . "htmlTable"))) (properties `((upstream-name . "htmlTable")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs