mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 04:42:01 +01:00
gnu: r-parallelly: Update to 1.38.0.
* gnu/packages/cran.scm (r-parallelly): Update to 1.38.0. Change-Id: Ia5d7892edcec2950e5d05882caec3b2eff2f8c28
This commit is contained in:
parent
e338812150
commit
1f46a33042
1 changed files with 2 additions and 2 deletions
|
@ -22505,14 +22505,14 @@ them in distributed compute environments.")
|
|||
(define-public r-parallelly
|
||||
(package
|
||||
(name "r-parallelly")
|
||||
(version "1.37.1")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parallelly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"189ngbh9i6mqmfn4z6446in7687ddlpdq6v5rj3hr8zqinqlwznz"))))
|
||||
"1ani63idvsx2apg3q2h9smi3sx7wbwpwpwjz585q9fyichy84b33"))))
|
||||
(properties `((upstream-name . "parallelly")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/HenrikBengtsson/parallelly")
|
||||
|
|
Loading…
Add table
Reference in a new issue