mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-gagedata: Update to 2.42.0.
* gnu/packages/bioconductor.scm (r-gagedata): Update to 2.42.0. Change-Id: I3a8be1fb8255f621b6481dabdeac5460b90ebbb7
This commit is contained in:
parent
eca80e2bf7
commit
a14d5f02b9
1 changed files with 2 additions and 2 deletions
|
@ -2421,13 +2421,13 @@ (define-public r-affydata
|
|||
(define-public r-gagedata
|
||||
(package
|
||||
(name "r-gagedata")
|
||||
(version "2.40.0")
|
||||
(version "2.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gageData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "13g8hzkh34c0my75xnxdffa1d67xvn9hn592s25m18400lgsfif0"))))
|
||||
(base32 "1kbs0fz1jnx3grd9mpclbahwbp3749ipwfs8ggl9299bhjrgh9i6"))))
|
||||
(properties `((upstream-name . "gageData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/gageData")
|
||||
|
|
Loading…
Reference in a new issue