diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:18:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:19 +0100 |
commit | e0031de95be111ccbcc505c701522c429e6a02bd (patch) | |
tree | b7cc1363be08a572a3dd96d950a2bee0028ac564 | |
parent | 3e8ae47f0d52447774208d617426a1f8c74618c0 (diff) | |
download | guix-e0031de95be111ccbcc505c701522c429e6a02bd.tar.gz |
gnu: r-glmgampoi: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.14.0. Change-Id: Iaa42254b9765e0942e045f19c15b0b9c04936235
-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 29143a8a51..40dfcea668 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12548,13 +12548,13 @@ information.") (define-public r-glmgampoi (package (name "r-glmgampoi") - (version "1.12.2") + (version "1.14.0") (source (origin (method url-fetch) (uri (bioconductor-uri "glmGamPoi" version)) (sha256 (base32 - "0d6q8vn8z90k8ffskcn9jmgg5x5pfb3wjv67bqskasy38inn1zg7")))) + "1qc3f1spzkcjk95b07jpxgrjiwmlamwwx6mlhml4lgzy5qby7dpw")))) (properties `((upstream-name . "glmGamPoi"))) (build-system r-build-system) (propagated-inputs |