mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
(define-public r-msfeatures
|
||||||
(package
|
(package
|
||||||
(name "r-msfeatures")
|
(name "r-msfeatures")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MsFeatures" version))
|
(uri (bioconductor-uri "MsFeatures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "020ifrijlzdd3qk4bhd9z4knj5d87ildrkl3wcmxvwkvs9rbh8rq"))))
|
(base32 "111iqcq4q315pb4j8z427shin9b00p179m2s9h6dd7imvbd68yq3"))))
|
||||||
(properties `((upstream-name . "MsFeatures")))
|
(properties `((upstream-name . "MsFeatures")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue