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.8.0.
* gnu/packages/bioconductor.scm (r-msfeatures): Update to 1.8.0.
This commit is contained in:
parent
f4c4bc5473
commit
6459537f90
1 changed files with 2 additions and 2 deletions
|
@ -18898,13 +18898,13 @@ (define-public r-mscoreutils
|
|||
(define-public r-msfeatures
|
||||
(package
|
||||
(name "r-msfeatures")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MsFeatures" version))
|
||||
(sha256
|
||||
(base32 "1q1224w31wdaagfv8ysc1w0d0n34y547c0jzkff1vxri9pb0w1j1"))))
|
||||
(base32 "0cb4b0mf5yh8amqwa3r0mbk2f3rgq40gdlkhifk50fxnqdy4fjsh"))))
|
||||
(properties `((upstream-name . "MsFeatures")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue