gnu: r-workflowsets: Update to 0.0.2.
* gnu/packages/cran.scm (r-workflowsets): Update to 0.0.2. [propagated-inputs]: Add r-generics.
This commit is contained in:
parent
d14100cfea
commit
0a7a9fd6a1
1 changed files with 3 additions and 2 deletions
|
@ -26036,19 +26036,20 @@ methods, and post-processing steps.")
|
||||||
(define-public r-workflowsets
|
(define-public r-workflowsets
|
||||||
(package
|
(package
|
||||||
(name "r-workflowsets")
|
(name "r-workflowsets")
|
||||||
(version "0.0.1")
|
(version "0.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "workflowsets" version))
|
(uri (cran-uri "workflowsets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q41isvj7hhbkx3y8k6kazpiygig92xannsz8dpklh0k3j9l3c2p"))))
|
"0kzr2sm9xpikc0r7qzkrm4vm03vxh7vcvqvaqvp727qfbpm4cly0"))))
|
||||||
(properties `((upstream-name . "workflowsets")))
|
(properties `((upstream-name . "workflowsets")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-cli" ,r-cli)
|
`(("r-cli" ,r-cli)
|
||||||
("r-dplyr" ,r-dplyr)
|
("r-dplyr" ,r-dplyr)
|
||||||
|
("r-generics" ,r-generics)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-prettyunits" ,r-prettyunits)
|
("r-prettyunits" ,r-prettyunits)
|
||||||
("r-purrr" ,r-purrr)
|
("r-purrr" ,r-purrr)
|
||||||
|
|
Reference in a new issue