gnu: r-msa: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-msa): Update to 1.34.0. Change-Id: Ief67a7396f222a640a3c481cc1ac66c725204e00
This commit is contained in:
parent
a1e7f3f4c8
commit
baa4a2629e
1 changed files with 2 additions and 2 deletions
|
@ -8846,13 +8846,13 @@ in SNV base substitution data.")
|
||||||
(define-public r-msa
|
(define-public r-msa
|
||||||
(package
|
(package
|
||||||
(name "r-msa")
|
(name "r-msa")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "msa" version))
|
(uri (bioconductor-uri "msa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08fg4y8rmkvilsx2hxqwxa90p2wqrl4iyndp7wfjicvplmaxp708"))))
|
"1csa8j64xrfr6kdnndr3876bplclca9wf6ydy9kg97xsjq7gz8q5"))))
|
||||||
(properties `((upstream-name . "msa")))
|
(properties `((upstream-name . "msa")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue