mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-parsnip: Update to 0.1.4.
* gnu/packages/cran.scm (r-parsnip): Update to 0.1.4.
This commit is contained in:
parent
aea98cea78
commit
548ada697a
1 changed files with 2 additions and 2 deletions
|
@ -24202,14 +24202,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
|
|||
(define-public r-parsnip
|
||||
(package
|
||||
(name "r-parsnip")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parsnip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12121qj1800i7g3km5kqzlb7hms55crmp6il575c2i475h5qx8d3"))))
|
||||
"1134840xisvkkrbkh5kvx24vxp7sx06124svy573a9m4h8c492sr"))))
|
||||
(properties `((upstream-name . "parsnip")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue