me
/
guix
Archived
1
0
Fork 0

gnu: r-msa: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-msa): Update to 1.32.0.
master
Ricardo Wurmus 2023-04-28 17:59:57 +02:00
parent ba6ed3ff40
commit 5c6355ca35
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7745,13 +7745,13 @@ in SNV base substitution data.")
(define-public r-msa
(package
(name "r-msa")
(version "1.30.1")
(version "1.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "msa" version))
(sha256
(base32
"064hmry0zhmpchxgjsw0krsybr9v9gbsz26zmj2a39pg1nggwbq4"))))
"08fg4y8rmkvilsx2hxqwxa90p2wqrl4iyndp7wfjicvplmaxp708"))))
(properties `((upstream-name . "msa")))
(build-system r-build-system)
(propagated-inputs