gnu: r-htmltable: Update to 1.13.3.
* gnu/packages/cran.scm (r-htmltable): Update to 1.13.3.
This commit is contained in:
parent
92dddf6ba1
commit
103eef6442
1 changed files with 2 additions and 2 deletions
|
@ -619,14 +619,14 @@ applications.")
|
||||||
(define-public r-htmltable
|
(define-public r-htmltable
|
||||||
(package
|
(package
|
||||||
(name "r-htmltable")
|
(name "r-htmltable")
|
||||||
(version "1.13.2")
|
(version "1.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmlTable" version))
|
(uri (cran-uri "htmlTable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h6jslchlx1dzqqdb70c3n9xlapcym9ykycvr0hc4q3450y8qmvh"))))
|
"0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl"))))
|
||||||
(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