mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-coregx: Update to 2.6.1.
* gnu/packages/bioconductor.scm (r-coregx): Update to 2.6.1. Change-Id: Icb0eb5a7697811f4272cda3d42d3c428bb59bd23
This commit is contained in:
parent
900ad49572
commit
f97a8a8650
1 changed files with 2 additions and 2 deletions
|
@ -4838,13 +4838,13 @@ (define-public r-cellid
|
|||
(define-public r-coregx
|
||||
(package
|
||||
(name "r-coregx")
|
||||
(version "2.6.0")
|
||||
(version "2.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CoreGx" version))
|
||||
(sha256
|
||||
(base32 "0ffbi5afw759mi5r657h67hdh9yr5jrzvl3aigp960jzb5542105"))))
|
||||
(base32 "16i8xq98vg8xgscwj0w9bsq68vjmhsvwwdw66kcphvf3jjfmn1rv"))))
|
||||
(properties `((upstream-name . "CoreGx")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue