mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-msa: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-msa): Update to 1.36.1. Change-Id: I91665d8ff4cd7570b5bcad27ff132611a09b8ecc
This commit is contained in:
parent
2a1a1738dd
commit
f74e27f072
1 changed files with 2 additions and 2 deletions
|
@ -9656,13 +9656,13 @@ (define-public r-mutationalpatterns
|
|||
(define-public r-msa
|
||||
(package
|
||||
(name "r-msa")
|
||||
(version "1.36.0")
|
||||
(version "1.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "msa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05i6pp10nn4icl51rx3b48s861hnd1yx72d933fphm6a5082zxms"))))
|
||||
"16ixhinhcbf2nvdmqria231s4qhr8lzhr7yqr7ljrnnwiqadfr67"))))
|
||||
(properties `((upstream-name . "msa")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue