me
/
guix
Archived
1
0
Fork 0

gnu: r-parallelly: Update to 1.29.0.

* gnu/packages/cran.scm (r-parallelly): Update to 1.29.0.
master
Ricardo Wurmus 2021-11-23 15:23:23 +01:00
parent 6f2fc78a25
commit 44c4c20195
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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