guix-commits
[Top][All Lists]
Advanced

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

60/211: gnu: r-insight: Update to 0.18.3.


From: guix-commits
Subject: 60/211: gnu: r-insight: Update to 0.18.3.
Date: Tue, 20 Sep 2022 06:24:10 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 378bdc6503d8afa4687723a5949f3af528f2568d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:57 2022 +0200

    gnu: r-insight: Update to 0.18.3.
    
    * gnu/packages/cran.scm (r-insight): Update to 0.18.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 5f92c580ca..77083751e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10478,14 +10478,14 @@ Decomposition in R (Beaton et al 2014) 
<doi:10.1016/j.csda.2013.11.006>.")
 (define-public r-insight
   (package
     (name "r-insight")
-    (version "0.18.0")
+    (version "0.18.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "insight" version))
        (sha256
         (base32
-         "09gpkac882hqw84rk66h5dm94ljk08ydz13wz9fbjdxaffgw5ba1"))))
+         "1bj6dliin3draqb447zyy1w4z277n8rj5sdl3lnx468bq1yqc8h9"))))
     (build-system r-build-system)
     (native-inputs
      (list r-knitr))



reply via email to

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