mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-dirichletmultinomial: Update to 1.24.1.
* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): Update to 1.24.1.
This commit is contained in:
parent
15d89fe9f8
commit
43931ff72f
1 changed files with 2 additions and 2 deletions
|
@ -10222,14 +10222,14 @@ (define-public r-complexheatmap
|
|||
(define-public r-dirichletmultinomial
|
||||
(package
|
||||
(name "r-dirichletmultinomial")
|
||||
(version "1.24.0")
|
||||
(version "1.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DirichletMultinomial" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19bzn0a5jal1xv0ad6wikxc7wrk582hczqamlln0vb2ffwkj1z3f"))))
|
||||
"0vazfjzqy78p5g7dnv30lbqbj4bhq4zafd2wh6gdwy2il1fd78xa"))))
|
||||
(properties
|
||||
`((upstream-name . "DirichletMultinomial")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue