gnu: r-parallelly: Update to 1.37.1.
* gnu/packages/cran.scm (r-parallelly): Update to 1.37.1. Change-Id: I6ff44227c6fcd9c49bf4eb4d172005334bb73d1f
This commit is contained in:
parent
8f0b8ad9fc
commit
9cfd5d3886
1 changed files with 2 additions and 2 deletions
|
@ -21666,14 +21666,14 @@ them in distributed compute environments.")
|
|||
(define-public r-parallelly
|
||||
(package
|
||||
(name "r-parallelly")
|
||||
(version "1.37.0")
|
||||
(version "1.37.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parallelly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19zrfiakg5xg51r9va4r976b4lnnsj5nsk6i6srxsl227q45xra1"))))
|
||||
"189ngbh9i6mqmfn4z6446in7687ddlpdq6v5rj3hr8zqinqlwznz"))))
|
||||
(properties `((upstream-name . "parallelly")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/HenrikBengtsson/parallelly")
|
||||
|
|
Reference in a new issue