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:
Ricardo Wurmus 2021-05-04 07:13:05 +02:00
parent f8203363a7
commit c6c214e3a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2531,14 +2531,14 @@ (define-public r-ggmap
(define-public r-haven
(package
(name "r-haven")
(version "2.3.1")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "haven" version))
(sha256
(base32
"03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))
"1san6dc7kg2wy6f1jr5p1br28zdrand8wwgg7p6xxnx45h773320"))
(modules '((guix build utils)))
(snippet
'(begin
@ -2560,9 +2560,9 @@ (define-public r-haven
(native-inputs
`(("r-knitr" ,r-knitr)))
(propagated-inputs
`(("r-forcats" ,r-forcats)
`(("r-cpp11" ,r-cpp11)
("r-forcats" ,r-forcats)
("r-hms" ,r-hms)
("r-rcpp" ,r-rcpp)
("r-rlang" ,r-rlang)
("r-readr" ,r-readr)
("r-tibble" ,r-tibble)