me
/
guix
Archived
1
0
Fork 0

gnu: r-parallelly: Update to 1.31.0.

* gnu/packages/cran.scm (r-parallelly): Update to 1.31.0.
master
Ricardo Wurmus 2022-04-11 18:01:16 +02:00
parent ebc5d78996
commit 548acd62ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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