me
/
guix
Archived
1
0
Fork 0

gnu: r-parsnip: Update to 1.1.0.

* gnu/packages/cran.scm (r-parsnip): Update to 1.1.0.
master
Ricardo Wurmus 2023-04-17 11:10:36 +02:00
parent 648f92a434
commit 853fd0f2c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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