rekado pushed a commit to branch master
in repository guix.

commit 7dfc1ff31c31dec0fcd948ebf17aeca193f907e3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jan 23 13:33:30 2022 +0100

    gnu: r-htmltable: Update to 2.4.0.
    
    * gnu/packages/cran.scm (r-htmltable): Update to 2.4.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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

Reply via email to