me
/
guix
Archived
1
0
Fork 0

gnu: r-furrr: Update to 0.2.2.

* gnu/packages/cran.scm (r-furrr): Update to 0.2.2.
master
Ricardo Wurmus 2021-02-11 00:53:39 +01:00
parent 53431e3b70
commit 158ddc750f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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