guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: r-insight: Update to 0.7.1.


From: guix-commits
Subject: 05/07: gnu: r-insight: Update to 0.7.1.
Date: Sun, 1 Dec 2019 04:57:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a346c93665c89d779f7f7dcfffc351e958751096
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 1 10:35:59 2019 +0100

    gnu: r-insight: Update to 0.7.1.
    
    * gnu/packages/cran.scm (r-insight): Update to 0.7.1.
---
 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 d9c676c..0dee8a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6275,14 +6275,14 @@ other add-on packages.")
 (define-public r-insight
   (package
     (name "r-insight")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "insight" version))
        (sha256
         (base32
-         "1alxc483r3d1ydp983m2872mxd4nj3j25qv47zzgj10nbi4y32sq"))))
+         "0scjmr8qvwaswb9wfq2lxp1v5fl72way8cid9agrf0z1agp0adad"))))
     (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]