gnu: r-parsnip: Update to 1.2.1.
* gnu/packages/cran.scm (r-parsnip): Update to 1.2.1. Change-Id: I16f45c41a20f472aac34f6879c487d81f6fd1203
This commit is contained in:
parent
33b3d7b404
commit
8e9ce7552e
1 changed files with 2 additions and 2 deletions
|
@ -36428,14 +36428,14 @@ (define-public r-tidytext
|
||||||
(define-public r-parsnip
|
(define-public r-parsnip
|
||||||
(package
|
(package
|
||||||
(name "r-parsnip")
|
(name "r-parsnip")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "parsnip" version))
|
(uri (cran-uri "parsnip" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wggqsvfl2kg8hx9ci6g0fsm2dw9lw6fs7kfy7sdqx6qd7r8bak0"))))
|
"04l5368f8cda3bl80mczmszx65ihgm6wy018kvc7hplrrrpyv2iy"))))
|
||||||
(properties `((upstream-name . "parsnip")))
|
(properties `((upstream-name . "parsnip")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue