gnu: r-isoformswitchanalyzer: Update to 2.4.0.
* gnu/packages/bioconductor.scm (r-isoformswitchanalyzer): Update to 2.4.0. [propagated-inputs]: Add r-pwalign. Change-Id: I1e6f6767698f2f97cfc53637987a824a6d80609d
This commit is contained in:
parent
b4d31f1a10
commit
a32bba3fb6
1 changed files with 3 additions and 2 deletions
|
@ -6220,13 +6220,13 @@ possible.")
|
||||||
(define-public r-isoformswitchanalyzer
|
(define-public r-isoformswitchanalyzer
|
||||||
(package
|
(package
|
||||||
(name "r-isoformswitchanalyzer")
|
(name "r-isoformswitchanalyzer")
|
||||||
(version "2.2.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
|
(uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yin2jv06g3jrzadq6yjcr14jz1zzwyxipzna5csgr013dkkrl8h"))))
|
(base32 "0mmxyq1r4kq1igj108pr0r9215hwmyph5svx0djd460knak24y6z"))))
|
||||||
(properties `((upstream-name . "IsoformSwitchAnalyzeR")))
|
(properties `((upstream-name . "IsoformSwitchAnalyzeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -6249,6 +6249,7 @@ possible.")
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-pfamanalyzer
|
r-pfamanalyzer
|
||||||
r-plyr
|
r-plyr
|
||||||
|
r-pwalign
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-rcurl
|
r-rcurl
|
||||||
r-readr
|
r-readr
|
||||||
|
|
Reference in a new issue