me
/
guix
Archived
1
0
Fork 0

gnu: r-dofuture: Update to 0.12.2.

* gnu/packages/cran.scm (r-dofuture): Update to 0.12.2.
master
Ricardo Wurmus 2022-05-28 08:30:24 +02:00
parent 256e1f2358
commit c00b0070bf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10861,14 +10861,14 @@ both to consistency and asymptotic normality.")
(define-public r-dofuture
(package
(name "r-dofuture")
(version "0.12.1")
(version "0.12.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "doFuture" version))
(sha256
(base32
"0fhk32ih9cbwxw3mvkddqjv0dsaw9xk8qjdslfcabvmixhnh3s6m"))))
"0w07pmzpsfq4kvfc745s1i9b6dfn1df1wrfi4s9ys4ir3g2s8nk1"))))
(properties `((upstream-name . "doFuture")))
(build-system r-build-system)
(arguments