mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-parallelly: Update to 1.29.0.
* gnu/packages/cran.scm (r-parallelly): Update to 1.29.0.
This commit is contained in:
parent
6f2fc78a25
commit
44c4c20195
1 changed files with 2 additions and 2 deletions
|
@ -14964,14 +14964,14 @@ (define-public r-globals
|
|||
(define-public r-parallelly
|
||||
(package
|
||||
(name "r-parallelly")
|
||||
(version "1.28.1")
|
||||
(version "1.29.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parallelly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qy6gj1xybiziks5gvw5px81n3klgr16kvb1qn1xp6j030xqibpl"))))
|
||||
"0a84lr2jqqnvmdayb9v9kv7m8rffp65s4s1wcalr96sl3cxypyc7"))))
|
||||
(properties `((upstream-name . "parallelly")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/HenrikBengtsson/parallelly")
|
||||
|
|
Loading…
Reference in a new issue