mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-msfeatures: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-msfeatures): Update to 1.4.0.
This commit is contained in:
parent
ec7849c360
commit
d34a40c4c0
1 changed files with 2 additions and 2 deletions
|
@ -14362,13 +14362,13 @@ (define-public r-mscoreutils
|
|||
(define-public r-msfeatures
|
||||
(package
|
||||
(name "r-msfeatures")
|
||||
(version "1.2.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MsFeatures" version))
|
||||
(sha256
|
||||
(base32 "020ifrijlzdd3qk4bhd9z4knj5d87ildrkl3wcmxvwkvs9rbh8rq"))))
|
||||
(base32 "111iqcq4q315pb4j8z427shin9b00p179m2s9h6dd7imvbd68yq3"))))
|
||||
(properties `((upstream-name . "MsFeatures")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue