gnu: r-partykit: Update to 1.2-13.
* gnu/packages/cran.scm (r-partykit): Update to 1.2-13.
This commit is contained in:
parent
fa00e35b9e
commit
f0f2e2cbda
1 changed files with 2 additions and 2 deletions
|
@ -2594,13 +2594,13 @@ initiative to bring PASSTEC 2000 functionalities to R.")
|
||||||
(define-public r-partykit
|
(define-public r-partykit
|
||||||
(package
|
(package
|
||||||
(name "r-partykit")
|
(name "r-partykit")
|
||||||
(version "1.2-12")
|
(version "1.2-13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "partykit" version))
|
(uri (cran-uri "partykit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15d5g89winndv8cy8jjjxy87fliafp5zyb8b58czrijwcmagg50l"))))
|
"15bfhqvx2y4vclnc3sw4v7ggs70pk57b3qk9aqjfvdrx444d2gd4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-formula" ,r-formula)
|
`(("r-formula" ,r-formula)
|
||||||
|
|
Reference in a new issue