mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-gagedata: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-gagedata): Update to 2.34.0.
This commit is contained in:
parent
c56b553e97
commit
1c4d0fc9a9
1 changed files with 2 additions and 2 deletions
|
@ -1460,13 +1460,13 @@ (define-public r-affydata
|
|||
(define-public r-gagedata
|
||||
(package
|
||||
(name "r-gagedata")
|
||||
(version "2.28.0")
|
||||
(version "2.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gageData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "16lmnvmbykvbdgwyx7r2jc217gb9nidn81860v5kri99g97j4jdn"))))
|
||||
(base32 "00s2aig9r0bvk45brc0shildrgl2z0i0k8xlvqc9h1s274nnslk9"))))
|
||||
(properties `((upstream-name . "gageData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/gageData")
|
||||
|
|
Loading…
Reference in a new issue