diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-16 18:33:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-17 21:54:16 +0200 |
commit | 2c05e903658364783be6cec5e4f443114c24c157 (patch) | |
tree | c999f967934c25e42e3361bc3a3f636d3657a41c | |
parent | b71948c09c2ccbce9acb90a8d444c84c1f213a89 (diff) | |
download | guix-2c05e903658364783be6cec5e4f443114c24c157.tar.gz guix-2c05e903658364783be6cec5e4f443114c24c157.zip |
gnu: r-partykit: Update to 1.2-21.
* gnu/packages/cran.scm (r-partykit): Update to 1.2-21.
Change-Id: Iaf1d3743db960fe11b94bccf791790ca3acf53e4
-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 05ab7cf818..79a4beb4e6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7074,13 +7074,13 @@ initiative to bring PASSTEC 2000 functionalities to R.") (define-public r-partykit (package (name "r-partykit") - (version "1.2-20") + (version "1.2-21") (source (origin (method url-fetch) (uri (cran-uri "partykit" version)) (sha256 (base32 - "1np0sa7fx7wvwxbpk5lpgbdpz0xwcvppq0sc52nifx1dxnirll33")))) + "1414yspkfnx88rg4qid5q4nb2cdfz7bxpfs3kcn1rmikl9hl21rh")))) (build-system r-build-system) (propagated-inputs (list r-formula |