mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-msfeatures: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-msfeatures): Update to 1.10.0. Change-Id: I47be1fd6789a9cc386bc394e5fe0724156119ec9
This commit is contained in:
parent
0708efd724
commit
456beea62b
1 changed files with 2 additions and 2 deletions
|
@ -21246,13 +21246,13 @@ (define-public r-mscoreutils
|
|||
(define-public r-msfeatures
|
||||
(package
|
||||
(name "r-msfeatures")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MsFeatures" version))
|
||||
(sha256
|
||||
(base32 "0cb4b0mf5yh8amqwa3r0mbk2f3rgq40gdlkhifk50fxnqdy4fjsh"))))
|
||||
(base32 "0vpsc7i6j2skn6wba178iy406yvd4p8xf3lq2qmm2inimxl983cs"))))
|
||||
(properties `((upstream-name . "MsFeatures")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue