diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 13:33:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 14:01:31 +0100 |
commit | 7dfc1ff31c31dec0fcd948ebf17aeca193f907e3 (patch) | |
tree | 3795b2fd4545bac3af3cb877e70bbe02d89e2ff8 /gnu | |
parent | d44f6fcd5931e7ed5ed205aa7ebfc6ae7dcc69c6 (diff) | |
download | guix-7dfc1ff31c31dec0fcd948ebf17aeca193f907e3.tar guix-7dfc1ff31c31dec0fcd948ebf17aeca193f907e3.tar.gz |
gnu: r-htmltable: Update to 2.4.0.
* gnu/packages/cran.scm (r-htmltable): Update to 2.4.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 21b2c4ce78..f459ca98a8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1736,13 +1736,13 @@ applications.") (define-public r-htmltable (package (name "r-htmltable") - (version "2.3.0") + (version "2.4.0") (source (origin (method url-fetch) (uri (cran-uri "htmlTable" version)) (sha256 - (base32 "0xx5fza40six81mkfjsja6a8j6cg1mlzg0cxfgv084riyq79l387")))) + (base32 "17csp0ry4iy4m5xy271dn5wd81v4p03l79swmvlfxkvpdmhvb8jc")))) (properties `((upstream-name . "htmlTable"))) (build-system r-build-system) (propagated-inputs |