Archived
1
0
Fork 0

gnu: r-tarchetypes: Update to 0.7.9.

* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.9.
[propagated-inputs]: Remove r-furrr, r-future, and r-future-callr.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:46 +02:00
parent 7141b41835
commit f87c1c1016
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15407,21 +15407,18 @@ handle data from simple random samples as well as complex surveys.")
(define-public r-tarchetypes (define-public r-tarchetypes
(package (package
(name "r-tarchetypes") (name "r-tarchetypes")
(version "0.7.8") (version "0.7.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tarchetypes" version)) (uri (cran-uri "tarchetypes" version))
(sha256 (sha256
(base32 (base32
"1m43f2c2rrwnmsbhzfl97fvgjnfm4xwip09saia0dmp84lml26n1")))) "1889jca7zwav1wwig1a4jr1dxmbcszfriqmhdyg97m2s1c9j0r9p"))))
(properties `((upstream-name . "tarchetypes"))) (properties `((upstream-name . "tarchetypes")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-digest (propagated-inputs (list r-digest
r-dplyr r-dplyr
r-fs r-fs
r-furrr
r-future
r-future-callr
r-rlang r-rlang
r-targets r-targets
r-tibble r-tibble