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
(package
(name "r-furrr")
(version "0.2.3")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "furrr" version))
(sha256
(base32
"001p2yhznrpnrjvdcmf2h3wpgdnw01wnqgid7wbq8bhavhi3888a"))))
"117xj66l14r08macwghgyibzm282ljv1afpa133h952gc70irs9z"))))
(build-system r-build-system)
(propagated-inputs
(list r-ellipsis
r-future
(list r-future
r-globals
r-lifecycle
r-purrr