mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: r-parallelly: Update to 1.36.0.
* gnu/packages/cran.scm (r-parallelly): Update to 1.36.0.
This commit is contained in:
parent
a85d445e66
commit
670d2bb114
1 changed files with 2 additions and 2 deletions
|
@ -19456,14 +19456,14 @@ (define-public r-globals
|
||||||
(define-public r-parallelly
|
(define-public r-parallelly
|
||||||
(package
|
(package
|
||||||
(name "r-parallelly")
|
(name "r-parallelly")
|
||||||
(version "1.35.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "parallelly" version))
|
(uri (cran-uri "parallelly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kaxmmkwjxnympxsyphwfdba6nmp4jszhrsy5h2snshr0xjrnpiz"))))
|
"123w89hmd7fn7lmdsl044npidvf7472h1ascvf7swjllan8s5h5r"))))
|
||||||
(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