gnu: r-htmltable: Update to 1.13.1.

* gnu/packages/cran.scm (r-htmltable): Update to 1.13.1.
master
Ricardo Wurmus 2019-01-12 16:33:39 +01:00
parent 37349c717e
commit 1add168ab5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -425,14 +425,14 @@ applications.")
(define-public r-htmltable
(package
(name "r-htmltable")
(version "1.12")
(version "1.13.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "htmlTable" version))
(sha256
(base32
"1n5136vb7mi4rxl5jgwdmdhn4mwv2pcqyw2mrj406ih4hy6hpxa2"))))
"1l44b33xgj2698k6nz17r8fl0ink14ryzng803apm9d6bnv357v8"))))
(properties `((upstream-name . "htmlTable")))
(build-system r-build-system)
(propagated-inputs