mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-glmgampoi: Update to 1.12.2.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.12.2.
This commit is contained in:
parent
75a5504e49
commit
0514c45d4a
1 changed files with 2 additions and 2 deletions
|
@ -11046,13 +11046,13 @@ information.")
|
||||||
(define-public r-glmgampoi
|
(define-public r-glmgampoi
|
||||||
(package
|
(package
|
||||||
(name "r-glmgampoi")
|
(name "r-glmgampoi")
|
||||||
(version "1.12.1")
|
(version "1.12.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
|
||||||
"05v9lrjbipz9av1gb0x8kd9mkivxy13wjbs5g6rdw3y72gqqv91d"))))
|
"0d6q8vn8z90k8ffskcn9jmgg5x5pfb3wjv67bqskasy38inn1zg7"))))
|
||||||
(properties `((upstream-name . "glmGamPoi")))
|
(properties `((upstream-name . "glmGamPoi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue