gnu: r-msdata: Update to 0.44.0.
* gnu/packages/bioconductor.scm (r-msdata): Update to 0.44.0. Change-Id: I479c861eceb1f50c91d589118a68e217236e89e4master
parent
27c00a789e
commit
7e05fa61b0
|
@ -2234,13 +2234,13 @@ methylation arrays.")
|
||||||
(define-public r-msdata
|
(define-public r-msdata
|
||||||
(package
|
(package
|
||||||
(name "r-msdata")
|
(name "r-msdata")
|
||||||
(version "0.42.0")
|
(version "0.44.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "msdata" version 'experiment))
|
(uri (bioconductor-uri "msdata" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jm1zjqzkd0vy8ww0k0y1fgs6i9vkg7ir6dyga001n170g11vfzr"))))
|
(base32 "0g7mlgks3nfnfipnybs7pvsnmrvmq8888g39badca8pi73q1cm25"))))
|
||||||
(properties `((upstream-name . "msdata")))
|
(properties `((upstream-name . "msdata")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://bioconductor.org/packages/msdata")
|
(home-page "https://bioconductor.org/packages/msdata")
|
||||||
|
|
Reference in New Issue