gnu: r-parsnip: Update to 1.1.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.1.0.master
parent
648f92a434
commit
853fd0f2c3
|
@ -33667,14 +33667,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
|
|||
(define-public r-parsnip
|
||||
(package
|
||||
(name "r-parsnip")
|
||||
(version "1.0.4")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parsnip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1305z2pamxxaqy0qylb8vq6ixs934kfc9h2si2fdy7q5wjpdjnjh"))))
|
||||
"13bp44i8i99yiahdjikf0xidfgxd251nhbxsnsw0ax1lv24fpggc"))))
|
||||
(properties `((upstream-name . "parsnip")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue