diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-06 22:57:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-06 23:13:24 +0200 |
commit | 55a3da92462e72997af0d60f00c013992420e486 (patch) | |
tree | bae8a033c0c23c684039bca5dff450ee823b74aa | |
parent | 20a485794e5b7e2246e5e9711accfed97527d033 (diff) | |
download | patches-55a3da92462e72997af0d60f00c013992420e486.tar patches-55a3da92462e72997af0d60f00c013992420e486.tar.gz |
gnu: r-insight: Update to 0.2.0.
* gnu/packages/cran.scm (r-insight): Update to 0.2.0.
-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 3ce3d52875..7c2259e991 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") |