diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 08:23:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:10 +0100 |
commit | e4a1dee4b277d2d1d7ea5ab17584106735657a90 (patch) | |
tree | 671da13bde6db806f04b8311f86cf840ced8c75d | |
parent | 24a126e9a0a9c5bc95450dd7e87a9ffbd0bcfd22 (diff) | |
download | guix-e4a1dee4b277d2d1d7ea5ab17584106735657a90.tar.gz |
gnu: r-insight: Update to 0.18.6.
* gnu/packages/cran.scm (r-insight): Update to 0.18.6.
-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 b8be461857..5340137e3b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10599,14 +10599,14 @@ Decomposition in R (Beaton et al 2014) <doi:10.1016/j.csda.2013.11.006>.") (define-public r-insight (package (name "r-insight") - (version "0.18.3") + (version "0.18.6") (source (origin (method url-fetch) (uri (cran-uri "insight" version)) (sha256 (base32 - "1bj6dliin3draqb447zyy1w4z277n8rj5sdl3lnx468bq1yqc8h9")))) + "1bhwfx75lnjrvn6byl2dn8fzfh2in2msghxwyy9jwpvnxk4c63db")))) (build-system r-build-system) (native-inputs (list r-knitr)) |