mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-msdata: Update to 0.42.0.
* gnu/packages/bioconductor.scm (r-msdata): Update to 0.42.0. Change-Id: I94953464f1c9ef0e361c68a69fdbc9b11f46c4f8
This commit is contained in:
parent
13c2e3c9e4
commit
88beafd5dc
1 changed files with 2 additions and 2 deletions
|
@ -2177,13 +2177,13 @@ (define-public r-minfidata
|
|||
(define-public r-msdata
|
||||
(package
|
||||
(name "r-msdata")
|
||||
(version "0.36.0")
|
||||
(version "0.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "msdata" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0nqb7d7fa9l15bxy3s9wmy2h79jb6ldwww0hzk5mifabacmzx691"))))
|
||||
(base32 "1jm1zjqzkd0vy8ww0k0y1fgs6i9vkg7ir6dyga001n170g11vfzr"))))
|
||||
(properties `((upstream-name . "msdata")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/msdata")
|
||||
|
|
Loading…
Reference in a new issue