gnu: r-htmltable: Update to 2.4.1.

* gnu/packages/cran.scm (r-htmltable): Update to 2.4.1.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:19:56 +02:00
parent 44c54b3f25
commit 568a535d63
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2295,13 +2295,13 @@ (define-public r-htmlwidgets
(define-public r-htmltable
(package
(name "r-htmltable")
(version "2.4.0")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "htmlTable" version))
(sha256
(base32 "17csp0ry4iy4m5xy271dn5wd81v4p03l79swmvlfxkvpdmhvb8jc"))))
(base32 "14qg65nw0bpikqs1hb1x7apzdzrnnl3ykjnks67kkp46v1skwzrs"))))
(properties `((upstream-name . "htmlTable")))
(build-system r-build-system)
(propagated-inputs