guix-commits
[Top][All Lists]
Advanced

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

57/105: gnu: r-insight: Update to 0.8.1.


From: guix-commits
Subject: 57/105: gnu: r-insight: Update to 0.8.1.
Date: Wed, 19 Feb 2020 15:48:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cedf4aa48c9becc6581f1aafe0cb9f7473896d19
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:09:10 2020 +0100

    gnu: r-insight: Update to 0.8.1.
    
    * gnu/packages/cran.scm (r-insight): Update to 0.8.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 fafa7be..8c6156b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6383,14 +6383,14 @@ other add-on packages.")
 (define-public r-insight
   (package
     (name "r-insight")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "insight" version))
        (sha256
         (base32
-         "1bkcwvjpfy4q4k478x8x42yiqz6v0fk6z6hfp6fli3h63smlmck0"))))
+         "1y889bydmji3pcq2bdf6xl6ikmd45wbwl53ssvsk05b5ahkyxi76"))))
     (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]