mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-parallelly: Update to 1.28.1.
* gnu/packages/cran.scm (r-parallelly): Update to 1.28.1.
This commit is contained in:
parent
5e289e865c
commit
84881e5631
1 changed files with 2 additions and 2 deletions
|
@ -14912,14 +14912,14 @@ (define-public r-globals
|
||||||
(define-public r-parallelly
|
(define-public r-parallelly
|
||||||
(package
|
(package
|
||||||
(name "r-parallelly")
|
(name "r-parallelly")
|
||||||
(version "1.27.0")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "parallelly" version))
|
(uri (cran-uri "parallelly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xxy9wcfs5s7s4926dlxmdy6mxdh7dlj2siwcbqk8hl9614dqmb3"))))
|
"0qy6gj1xybiziks5gvw5px81n3klgr16kvb1qn1xp6j030xqibpl"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue