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

gnu: r-partykit: Update to 1.2-26.

* gnu/packages/cran.scm (r-partykit): Update to 1.2-26.

Change-Id: Ica2b504c1b07c94e60a722614472c2ab191efec5
This commit is contained in:
Ricardo Wurmus
2026-03-08 18:28:41 +01:00
parent c221450171
commit b5d01a88b2

View File

@@ -17192,13 +17192,13 @@ initiative to bring PASSTEC 2000 functionalities to R.")
(define-public r-partykit
(package
(name "r-partykit")
(version "1.2-25")
(version "1.2-26")
(source (origin
(method url-fetch)
(uri (cran-uri "partykit" version))
(sha256
(base32
"0848vb2sp70hl40sbp6x4bmpqda5c0v59v65iqvrml65saphbgbs"))))
"0pkibyg987iqhc05blafl3j7ykpzc1i9pv629064awziajgfqlpp"))))
(properties
'((updater-extra-native-inputs . ("r-mlbench")))) ;for tests
(build-system r-build-system)