diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-11-24 15:04:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-11-25 14:05:38 +0100 |
commit | 2cef54c06085871211c2f9c6b3ede03ab7dd7fcf (patch) | |
tree | a08535654d69dbde2daf7c815366f10e1e5d6986 /gnu | |
parent | 24edd279e4d21605ba66f7feadbae07e8ba8cf49 (diff) | |
download | patches-2cef54c06085871211c2f9c6b3ede03ab7dd7fcf.tar patches-2cef54c06085871211c2f9c6b3ede03ab7dd7fcf.tar.gz |
gnu: r-insight: Update to 0.7.0.
* gnu/packages/cran.scm (r-insight): Update to 0.7.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 64a39bb39d..62f5132b1d 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") |