Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-partykit): Update to 1.2-15.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:15 +02:00
parent f3f4056f7b
commit 439ae104bd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3065,13 +3065,13 @@ initiative to bring PASSTEC 2000 functionalities to R.")
(define-public r-partykit
(package
(name "r-partykit")
(version "1.2-13")
(version "1.2-15")
(source (origin
(method url-fetch)
(uri (cran-uri "partykit" version))
(sha256
(base32
"15bfhqvx2y4vclnc3sw4v7ggs70pk57b3qk9aqjfvdrx444d2gd4"))))
"1b73s5l19yicwginqsg5xr7fzb005x372n0wb34kk6jb5x5lbsdj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-formula" ,r-formula)