guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/17: gnu: r-htmltable: Update to 1.13.3.


From: guix-commits
Subject: 01/17: gnu: r-htmltable: Update to 1.13.3.
Date: Fri, 6 Dec 2019 15:39:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 103eef64427296a8b7cfbdcdc60e39c9c97d1874
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 6 21:36:57 2019 +0100

    gnu: r-htmltable: Update to 1.13.3.
    
    * gnu/packages/cran.scm (r-htmltable): Update to 1.13.3.
---
 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 592200b..76eb367 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]