mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-haven: Update to 2.4.1.
* gnu/packages/cran.scm (r-haven): Update to 2.4.1. [propagated-inputs]: Remove r-rcpp; add r-cpp11.
This commit is contained in:
parent
f8203363a7
commit
c6c214e3a3
1 changed files with 4 additions and 4 deletions
|
@ -2531,14 +2531,14 @@ (define-public r-ggmap
|
||||||
(define-public r-haven
|
(define-public r-haven
|
||||||
(package
|
(package
|
||||||
(name "r-haven")
|
(name "r-haven")
|
||||||
(version "2.3.1")
|
(version "2.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "haven" version))
|
(uri (cran-uri "haven" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))
|
"1san6dc7kg2wy6f1jr5p1br28zdrand8wwgg7p6xxnx45h773320"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -2560,9 +2560,9 @@ (define-public r-haven
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-forcats" ,r-forcats)
|
`(("r-cpp11" ,r-cpp11)
|
||||||
|
("r-forcats" ,r-forcats)
|
||||||
("r-hms" ,r-hms)
|
("r-hms" ,r-hms)
|
||||||
("r-rcpp" ,r-rcpp)
|
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)
|
||||||
("r-readr" ,r-readr)
|
("r-readr" ,r-readr)
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
|
|
Loading…
Reference in a new issue