mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-dirichletmultinomial: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): Update to 1.28.0.
This commit is contained in:
parent
e107f3df54
commit
2edb116c1c
1 changed files with 2 additions and 2 deletions
|
@ -9853,14 +9853,14 @@ (define-public r-complexheatmap
|
|||
(define-public r-dirichletmultinomial
|
||||
(package
|
||||
(name "r-dirichletmultinomial")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DirichletMultinomial" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qirvhnbv4wd50ln4pqbk4dj6h2935ipf9p4sw1x62qqhwxidqk4"))))
|
||||
"0knmncmkkf2ypyqfcl5s8nmyyf9nrzkqprzn9w3w8182c0v49r0s"))))
|
||||
(properties
|
||||
`((upstream-name . "DirichletMultinomial")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue