diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:06:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:29 +0200 |
commit | a4edee3e4860ce9a294effc31c63b6b42b8ecea3 (patch) | |
tree | 693b6ad6305a29fc338fab8ee8cf994092c8d55b | |
parent | 3456d23e24ac2a0bcd0e78045b8e2ee9cf6b1986 (diff) |
gnu: r-glmgampoi: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.16.0.
Change-Id: I2bf8dfb35cb318b146cbe5ff0746fff50cff5245
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 354f6db7e1..2144aef335 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13923,13 +13923,13 @@ information.") (define-public r-glmgampoi (package (name "r-glmgampoi") - (version "1.14.3") + (version "1.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "glmGamPoi" version)) (sha256 (base32 - "0lbsavr9mhka8s7i056h4jjb1v36v3sshrhdz74n8qadm7fy59l5")))) + "1my8v0zx5xsxjf8dj2yw92b8zp725hxhb2vrl5ccgz2w9xkn0dkj")))) (properties `((upstream-name . "glmGamPoi"))) (build-system r-build-system) (propagated-inputs |