gnu: r-glmgampoi: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.16.0. Change-Id: I2bf8dfb35cb318b146cbe5ff0746fff50cff5245
This commit is contained in:
parent
3456d23e24
commit
a4edee3e48
1 changed files with 2 additions and 2 deletions
|
@ -13923,13 +13923,13 @@ information.")
|
||||||
(define-public r-glmgampoi
|
(define-public r-glmgampoi
|
||||||
(package
|
(package
|
||||||
(name "r-glmgampoi")
|
(name "r-glmgampoi")
|
||||||
(version "1.14.3")
|
(version "1.16.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
|
||||||
"0lbsavr9mhka8s7i056h4jjb1v36v3sshrhdz74n8qadm7fy59l5"))))
|
"1my8v0zx5xsxjf8dj2yw92b8zp725hxhb2vrl5ccgz2w9xkn0dkj"))))
|
||||||
(properties `((upstream-name . "glmGamPoi")))
|
(properties `((upstream-name . "glmGamPoi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue