mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-gagedata: Update to 2.40.0.
* gnu/packages/bioconductor.scm (r-gagedata): Update to 2.40.0. Change-Id: Ifdbcee3c7c6c354530d62cc79f05cf30be432f3a
This commit is contained in:
parent
e9a99d768b
commit
ffd1da975f
1 changed files with 2 additions and 2 deletions
|
@ -2362,13 +2362,13 @@ (define-public r-affydata
|
|||
(define-public r-gagedata
|
||||
(package
|
||||
(name "r-gagedata")
|
||||
(version "2.34.0")
|
||||
(version "2.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gageData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "00s2aig9r0bvk45brc0shildrgl2z0i0k8xlvqc9h1s274nnslk9"))))
|
||||
(base32 "13g8hzkh34c0my75xnxdffa1d67xvn9hn592s25m18400lgsfif0"))))
|
||||
(properties `((upstream-name . "gageData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/gageData")
|
||||
|
|
Loading…
Reference in a new issue