me
/
guix
Archived
1
0
Fork 0

gnu: r-furrr: Update to 0.3.0.

* gnu/packages/cran.scm (r-furrr): Update to 0.3.0.
[propagated-inputs]: Remove r-ellipsis.
master
Ricardo Wurmus 2022-05-28 08:30:24 +02:00
parent f230bab5d9
commit 80730da84e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -11259,18 +11259,17 @@ genotypes as \"graphical genotypes\".")
(define-public r-furrr (define-public r-furrr
(package (package
(name "r-furrr") (name "r-furrr")
(version "0.2.3") (version "0.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "furrr" version)) (uri (cran-uri "furrr" version))
(sha256 (sha256
(base32 (base32
"001p2yhznrpnrjvdcmf2h3wpgdnw01wnqgid7wbq8bhavhi3888a")))) "117xj66l14r08macwghgyibzm282ljv1afpa133h952gc70irs9z"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ellipsis (list r-future
r-future
r-globals r-globals
r-lifecycle r-lifecycle
r-purrr r-purrr