diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 22:18:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:42 +0200 |
commit | 9a343e53a98dfeb5fea49799ec2db631c322d542 (patch) | |
tree | 51683441f9fc05065800ed810b6b4c5e3a3c6715 | |
parent | 8f7f134a57e87eadd513eb9b120b38f2f0f80de2 (diff) | |
download | guix-9a343e53a98dfeb5fea49799ec2db631c322d542.tar.gz guix-9a343e53a98dfeb5fea49799ec2db631c322d542.zip |
gnu: r-prediction: Update to 0.3.17.
* gnu/packages/cran.scm (r-prediction): Update to 0.3.17.
Change-Id: Idf811d30e662c4ed25c1d4d9f0ead292b709957b
-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 118ce2b9d7..4cba30ce71 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14762,14 +14762,14 @@ parse and convert strings into cases like snake or camel among others.") (define-public r-prediction (package (name "r-prediction") - (version "0.3.14") + (version "0.3.17") (source (origin (method url-fetch) (uri (cran-uri "prediction" version)) (sha256 (base32 - "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx")))) + "09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq")))) (build-system r-build-system) (propagated-inputs (list r-data-table)) |