mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-parsnip: Update to 1.0.1.
* gnu/packages/cran.scm (r-parsnip): Update to 1.0.1.
This commit is contained in:
parent
ca687072c2
commit
706d117c58
1 changed files with 2 additions and 2 deletions
|
@ -29968,14 +29968,14 @@ (define-public r-tidytext
|
|||
(define-public r-parsnip
|
||||
(package
|
||||
(name "r-parsnip")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parsnip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lwz95ff69arbl2mpmnkwjf24cgb866nr3frkb89va91gp1w9691"))))
|
||||
"0pzr39jhlzjhm2nx1zcgd0mdxd4dxbdzhzc1qrvfsz05jwfb6xxy"))))
|
||||
(properties `((upstream-name . "parsnip")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue