me
/
guix
Archived
1
0
Fork 0

gnu: r-furrr: Update to 0.2.3.

* gnu/packages/cran.scm (r-furrr): Update to 0.2.3.
master
Ricardo Wurmus 2021-07-10 13:26:16 +02:00
parent 1a06214393
commit 8f7ee20c8a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9791,14 +9791,14 @@ genotypes as \"graphical genotypes\".")
(define-public r-furrr (define-public r-furrr
(package (package
(name "r-furrr") (name "r-furrr")
(version "0.2.2") (version "0.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "furrr" version)) (uri (cran-uri "furrr" version))
(sha256 (sha256
(base32 (base32
"0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5")))) "001p2yhznrpnrjvdcmf2h3wpgdnw01wnqgid7wbq8bhavhi3888a"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ellipsis" ,r-ellipsis) `(("r-ellipsis" ,r-ellipsis)