mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: r-coregx: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-coregx): Update to 2.6.0. Change-Id: I80acbeb9a1850d3c7a374a71898a04654b5ebd2d
This commit is contained in:
parent
570177be67
commit
09a6c19465
1 changed files with 2 additions and 2 deletions
|
@ -4523,13 +4523,13 @@ (define-public r-cellid
|
||||||
(define-public r-coregx
|
(define-public r-coregx
|
||||||
(package
|
(package
|
||||||
(name "r-coregx")
|
(name "r-coregx")
|
||||||
(version "2.4.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CoreGx" version))
|
(uri (bioconductor-uri "CoreGx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09pv117g8sxhrij960mparrz1r9vx8s20gmpvn1h667kl1bc0jm9"))))
|
(base32 "0ffbi5afw759mi5r657h67hdh9yr5jrzvl3aigp960jzb5542105"))))
|
||||||
(properties `((upstream-name . "CoreGx")))
|
(properties `((upstream-name . "CoreGx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue