gnu: r-htmltable: Update to 2.2.1.

* gnu/packages/cran.scm (r-htmltable): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:39 +02:00
parent 1a2b94668e
commit a819f9c497
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1356,13 +1356,13 @@ (define-public r-htmlwidgets
(define-public r-htmltable
(package
(name "r-htmltable")
(version "2.1.0")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "htmlTable" version))
(sha256
(base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
(base32 "05zy9acx4s80dr880q69i4rcjqgmbz18gn7pyazda9gsnm981j96"))))
(properties `((upstream-name . "htmlTable")))
(build-system r-build-system)
(propagated-inputs