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:
Ricardo Wurmus 2024-01-22 13:44:56 +01:00
parent e9a99d768b
commit ffd1da975f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")