gnu: r-parallelly: Update to 1.27.0.

* gnu/packages/cran.scm (r-parallelly): Update to 1.27.0.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:09 +02:00
parent a6044a7573
commit f04f40880c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -14336,14 +14336,14 @@ them in distributed compute environments.")
(define-public r-parallelly
(package
(name "r-parallelly")
(version "1.26.1")
(version "1.27.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parallelly" version))
(sha256
(base32
"034y3il7g2rv1qy6k2fq6hhzvdbb588k4pq6hhjh9np0i6q79ljw"))))
"1xxy9wcfs5s7s4926dlxmdy6mxdh7dlj2siwcbqk8hl9614dqmb3"))))
(properties `((upstream-name . "parallelly")))
(build-system r-build-system)
(home-page "https://github.com/HenrikBengtsson/parallelly")