From 4e9a5331bbbebef03b5882dc5dbabfac6310faaa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 16 Aug 2024 18:32:38 +0200 Subject: gnu: r-htmltable: Update to 2.4.3. * gnu/packages/cran.scm (r-htmltable): Update to 2.4.3. Change-Id: Icd1fe1e9d46ec34a17d6ef113af41d44e68b530c --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e4919bfe96..ff6fba95d7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5143,13 +5143,13 @@ (define-public r-htmlwidgets (define-public r-htmltable (package (name "r-htmltable") - (version "2.4.2") + (version "2.4.3") (source (origin (method url-fetch) (uri (cran-uri "htmlTable" version)) (sha256 - (base32 "039nnxnvw5l284n7w8q0hnplm0b58nwhsrpjfi5asg61f9hxv0va")))) + (base32 "1pgndsyml68d9qd747043m9g0dxhaa10m533dchcsg1izwdx0f9p")))) (properties `((upstream-name . "htmlTable"))) (build-system r-build-system) (arguments -- cgit v1.2.3