gnu: r-glmgampoi: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.12.0.
[propagated-inputs]: Add r-vctrs.
This commit is contained in:
Ricardo Wurmus 2023-04-28 18:00:05 +02:00
parent d2eda77f40
commit 368dd4853e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10751,13 +10751,13 @@ (define-public r-glimma
(define-public r-glmgampoi (define-public r-glmgampoi
(package (package
(name "r-glmgampoi") (name "r-glmgampoi")
(version "1.10.2") (version "1.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "glmGamPoi" version)) (uri (bioconductor-uri "glmGamPoi" version))
(sha256 (sha256
(base32 (base32
"1ihjqzdhx6k99gdd4556xxn9822sblg6vmblcmbzml01bhv6xzar")))) "194v3hgngraacx126axsy4gaarcwf5wfhpjsr33wb7n4p3kss2g9"))))
(properties `((upstream-name . "glmGamPoi"))) (properties `((upstream-name . "glmGamPoi")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -10772,7 +10772,8 @@ (define-public r-glmgampoi
r-rcpparmadillo r-rcpparmadillo
r-rlang r-rlang
r-singlecellexperiment r-singlecellexperiment
r-summarizedexperiment)) r-summarizedexperiment
r-vctrs))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/const-ae/glmGamPoi") (home-page "https://github.com/const-ae/glmGamPoi")
(synopsis "Fit a Gamma-Poisson Generalized Linear Model") (synopsis "Fit a Gamma-Poisson Generalized Linear Model")