guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: r-insight: Update to 0.7.0.


From: guix-commits
Subject: 08/21: gnu: r-insight: Update to 0.7.0.
Date: Mon, 25 Nov 2019 08:05:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2cef54c06085871211c2f9c6b3ede03ab7dd7fcf
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 24 15:04:06 2019 +0100

    gnu: r-insight: Update to 0.7.0.
    
    * gnu/packages/cran.scm (r-insight): Update to 0.7.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 64a39bb..62f5132 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6251,14 +6251,14 @@ other add-on packages.")
 (define-public r-insight
   (package
     (name "r-insight")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "insight" version))
        (sha256
         (base32
-         "1izqh4j0gzyk25cga67gs0i6rl0j471h5y2c3y1maz79r32fs7fd"))))
+         "1alxc483r3d1ydp983m2872mxd4nj3j25qv47zzgj10nbi4y32sq"))))
     (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]