diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-10 15:23:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 14:38:32 +0200 |
commit | 9debba20256a59942a1cb26e4a1bbd37f3735e31 (patch) | |
tree | a3ba42e075023d903e484f55a8b4f059101c24d2 | |
parent | 00466df44aea3eab412ff0895064a8b17dbdcd55 (diff) | |
download | guix-9debba20256a59942a1cb26e4a1bbd37f3735e31.tar.gz |
gnu: r-htmltable: Update to 2.0.1.
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a6bcb5dca8..4f44b68e9b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |