gnu: r-htmltable: Update to 2.2.1.
* gnu/packages/cran.scm (r-htmltable): Update to 2.2.1.
This commit is contained in:
parent
1a2b94668e
commit
a819f9c497
1 changed files with 2 additions and 2 deletions
|
@ -1356,13 +1356,13 @@ applications.")
|
||||||
(define-public r-htmltable
|
(define-public r-htmltable
|
||||||
(package
|
(package
|
||||||
(name "r-htmltable")
|
(name "r-htmltable")
|
||||||
(version "2.1.0")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmlTable" version))
|
(uri (cran-uri "htmlTable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
|
(base32 "05zy9acx4s80dr880q69i4rcjqgmbz18gn7pyazda9gsnm981j96"))))
|
||||||
(properties `((upstream-name . "htmlTable")))
|
(properties `((upstream-name . "htmlTable")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue