mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-hardhat: Update to 1.3.0.
* gnu/packages/cran.scm (r-hardhat): Update to 1.3.0. [propagated-inputs]: Add r-cli.
This commit is contained in:
parent
9dd47c2f13
commit
9074ca5a74
1 changed files with 3 additions and 3 deletions
|
@ -31295,18 +31295,18 @@ (define-public r-kmer
|
|||
(define-public r-hardhat
|
||||
(package
|
||||
(name "r-hardhat")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hardhat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y5dxpd4gsrs365x1v4qf2vq7hq2qb6f6x50dyj29xmmn760wcpr"))))
|
||||
"0bp83yw7j34iwir2f73ainic11cdz0q18m5v1kbx8vdsw84z17zy"))))
|
||||
(properties `((upstream-name . "hardhat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-glue r-rlang r-tibble r-vctrs))
|
||||
(list r-cli r-glue r-rlang r-tibble r-vctrs))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/tidymodels/hardhat")
|
||||
|
|
Loading…
Reference in a new issue