gnu: r-dirichletmultinomial: Update to 1.32.0.

* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): Update to 1.32.0.
This commit is contained in:
zimoun 2020-10-30 16:01:11 +01:00 committed by Ricardo Wurmus
parent 4ef1e375b4
commit 8962a13afe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10312,14 +10312,14 @@ (define-public r-complexheatmap
(define-public r-dirichletmultinomial
(package
(name "r-dirichletmultinomial")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DirichletMultinomial" version))
(sha256
(base32
"1m9dsrddrllb2i88qzik1867iv9mggrgdkn0dlp8sq7gl69vmalb"))))
"098zql6ryd1b0gkq4cjybblyh0x8xidxxfygqq5a5x9asl8y4vsk"))))
(properties
`((upstream-name . "DirichletMultinomial")))
(build-system r-build-system)