mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: r-parsnip: Update to 1.0.4.
* gnu/packages/cran.scm (r-parsnip): Update to 1.0.4.
This commit is contained in:
parent
ccef849f84
commit
63fc234131
1 changed files with 2 additions and 2 deletions
|
@ -33119,14 +33119,14 @@ (define-public r-tidytext
|
|||
(define-public r-parsnip
|
||||
(package
|
||||
(name "r-parsnip")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parsnip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1d5zjwag5a13y67l7sz4zj1w0dv0k7vpb6inz4x87d5rgchfi1"))))
|
||||
"1305z2pamxxaqy0qylb8vq6ixs934kfc9h2si2fdy7q5wjpdjnjh"))))
|
||||
(properties `((upstream-name . "parsnip")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue