gnu: r-htmltable: Update to 1.13.3.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 6 Dec 2019 20:36:57 +0000 (21:36 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Fri, 6 Dec 2019 20:39:24 +0000 (21:39 +0100)
* gnu/packages/cran.scm (r-htmltable): Update to 1.13.3.

gnu/packages/cran.scm

index 592200b..76eb367 100644 (file)
@@ -619,14 +619,14 @@ applications.")
 (define-public r-htmltable
   (package
     (name "r-htmltable")
-    (version "1.13.2")
+    (version "1.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "htmlTable" version))
        (sha256
         (base32
-         "0h6jslchlx1dzqqdb70c3n9xlapcym9ykycvr0hc4q3450y8qmvh"))))
+         "0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl"))))
     (properties `((upstream-name . "htmlTable")))
     (build-system r-build-system)
     (propagated-inputs