3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-parallelly: Update to 1.34.0.

* gnu/packages/cran.scm (r-parallelly): Update to 1.34.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:35 +01:00
parent cf55d76048
commit b6f7d74331
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18144,14 +18144,14 @@ them in distributed compute environments.")
(define-public r-parallelly
(package
(name "r-parallelly")
(version "1.33.0")
(version "1.34.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parallelly" version))
(sha256
(base32
"0ymrpcxp2fnk1fpfig0kd1q3whzh7sykgcl91k53c2w20v2wwfpw"))))
"1x5gk008813i9c2i7qdhpmlbq2xdgv5q47xcmc6lb8p475q9sqqi"))))
(properties `((upstream-name . "parallelly")))
(build-system r-build-system)
(home-page "https://github.com/HenrikBengtsson/parallelly")