diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-09 15:23:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-09 15:24:15 +0200 |
commit | 95d5a918a2dd8f6ce136dd8be3da48e8bc83d072 (patch) | |
tree | 78b11ac89054758d2f62867e90ccdc8526ced6a2 | |
parent | 75869a8a94051b17250359988c99edfc40f9a013 (diff) | |
download | guix-95d5a918a2dd8f6ce136dd8be3da48e8bc83d072.tar.gz |
gnu: r-glmgampoi: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.12.1.
-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 3d8ed5200d..d6bbe268c0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10844,13 +10844,13 @@ information.") (define-public r-glmgampoi (package (name "r-glmgampoi") - (version "1.12.0") + (version "1.12.1") (source (origin (method url-fetch) (uri (bioconductor-uri "glmGamPoi" version)) (sha256 (base32 - "194v3hgngraacx126axsy4gaarcwf5wfhpjsr33wb7n4p3kss2g9")))) + "05v9lrjbipz9av1gb0x8kd9mkivxy13wjbs5g6rdw3y72gqqv91d")))) (properties `((upstream-name . "glmGamPoi"))) (build-system r-build-system) (propagated-inputs |