1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-pmml: Update to 2.6.0.

* gnu/packages/cran.scm (r-pmml): Update to 2.6.0.

Change-Id: I30fa5e147d28c4babcbc21011376141cdee9fdb0
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:44 +02:00
parent 7969f5281f
commit 4cdc295ccd

View File

@@ -6367,13 +6367,13 @@ canonical correlation analysis.")
(define-public r-pmml
(package
(name "r-pmml")
(version "2.5.2")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pmml" version))
(sha256
(base32 "1faad5yqyh6dx40056w74vlyw4wxjgh41jv8b2vf2gh26laf22kk"))))
(base32 "1z8gpi4whirw6gcc57s7fhjjz9ir70ij2g0sv7c56fv6ly0lfbwn"))))
(properties `((upstream-name . "pmml")))
(build-system r-build-system)
(propagated-inputs (list r-stringr r-xml))