guix-commits
[Top][All Lists]
Advanced

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

12/22: gnu: r-insight: Update to 0.2.0.


From: guix-commits
Subject: 12/22: gnu: r-insight: Update to 0.2.0.
Date: Sat, 6 Apr 2019 17:13:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 55a3da92462e72997af0d60f00c013992420e486
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 6 22:57:09 2019 +0200

    gnu: r-insight: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-insight): Update to 0.2.0.
---
 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 3ce3d52..7c2259e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5820,14 +5820,14 @@ other add-on packages.")
 (define-public r-insight
   (package
     (name "r-insight")
-    (version "0.1.2")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "insight" version))
        (sha256
         (base32
-         "0cy00j4m9r690hrjdmv8wzwn8mbnkjd3g527nvsmid64h9jgks5f"))))
+         "0fn9cd5qxqlpjv3d05mk66k5z5ll60x5la51mby5h7k4l6bqmsiz"))))
     (build-system r-build-system)
     (home-page "https://easystats.github.io/insight/";)
     (synopsis "Easy access to model information for various model objects")



reply via email to

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