gnu: r-htmltable: Update to 2.0.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jul 2020 13:23:18 +0000 (15:23 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 11 Jul 2020 12:38:32 +0000 (14:38 +0200)
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.

gnu/packages/cran.scm

index a6bcb5d..4f44b68 100644 (file)
@@ -916,14 +916,13 @@ applications.")
 (define-public r-htmltable
   (package
     (name "r-htmltable")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "htmlTable" version))
        (sha256
-        (base32
-         "1a1al4kld7lrapc2i086crr78kbgrskahs221iy9v77x0nhin2q3"))))
+        (base32 "0ma52kajzxfg9w811d6ldhghzn9xhyr8bh7k5v265k82bzx7rac6"))))
     (properties `((upstream-name . "htmlTable")))
     (build-system r-build-system)
     (propagated-inputs