diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 18:00:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:00 +0200 |
commit | cffec950402c0a1a59d81ba964584a1b66b4d2cf (patch) | |
tree | 0b75b032c84cc992fc4a058a0625c58bd01f1264 /gnu/packages | |
parent | 1f44f8023960b060b888085779c608a10bb20d58 (diff) | |
download | guix-cffec950402c0a1a59d81ba964584a1b66b4d2cf.tar.gz guix-cffec950402c0a1a59d81ba964584a1b66b4d2cf.zip |
gnu: r-batchelor: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.16.0.
Diffstat (limited to 'gnu/packages')
-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 27dd200935..7b33a9fa40 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -11571,14 +11571,14 @@ multiplication and calculation of row/column sums or means.") (define-public r-batchelor (package (name "r-batchelor") - (version "1.14.1") + (version "1.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "batchelor" version)) (sha256 (base32 - "1yj84ba6px14hbqg8526527vfcxmzvmly34f7hba4vybdm1jscfm")))) + "1cswij2mdjsdh99rmyh68wscg6h7cs0cff69gnki4gzzjfxy8x3f")))) (properties `((upstream-name . "batchelor"))) (build-system r-build-system) (propagated-inputs |