mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: r-glmgampoi: Update to 1.10.2.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.10.2.
This commit is contained in:
parent
590897d28f
commit
969e7f1c4f
1 changed files with 2 additions and 2 deletions
|
@ -9988,13 +9988,13 @@ (define-public r-glimma
|
||||||
(define-public r-glmgampoi
|
(define-public r-glmgampoi
|
||||||
(package
|
(package
|
||||||
(name "r-glmgampoi")
|
(name "r-glmgampoi")
|
||||||
(version "1.10.1")
|
(version "1.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "glmGamPoi" version))
|
(uri (bioconductor-uri "glmGamPoi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qxzbh5i208cpghmysailachj8xpx4g4iqk8552xjpjkn54pkpbd"))))
|
"1ihjqzdhx6k99gdd4556xxn9822sblg6vmblcmbzml01bhv6xzar"))))
|
||||||
(properties `((upstream-name . "glmGamPoi")))
|
(properties `((upstream-name . "glmGamPoi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue