mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-purrr: Update to 1.0.0.
* gnu/packages/statistics.scm (r-purrr): Update to 1.0.0. [propagated-inputs]: Add r-cli, r-lifecycle, and r-vctrs.
This commit is contained in:
parent
0034f4f25c
commit
8156216b4a
1 changed files with 3 additions and 3 deletions
|
@ -4318,17 +4318,17 @@ (define-public r-hexbin
|
|||
(define-public r-purrr
|
||||
(package
|
||||
(name "r-purrr")
|
||||
(version "0.3.5")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "purrr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vzwajjw9h6jg5l82j7nkf3iraqmzwzh40s7q6wkq14awzbnqf52"))))
|
||||
"1hm6lylx05s43rdk9q7xqdcydz495aim16c7xlw94lyw7v5l81kz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-magrittr r-rlang))
|
||||
(list r-cli r-lifecycle r-magrittr r-rlang r-vctrs))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/hadley/purrr")
|
||||
|
|
Loading…
Reference in a new issue