diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:02 +0200 |
commit | 6f5209f1a923eab8158af921adbf85c686eae5a1 (patch) | |
tree | 0c7c113a218ef11c65c19913cc2c58f601cb093b | |
parent | ba31e05d75569e106917df337fe82cfdbabdd0d6 (diff) |
gnu: r-ebimage: Update to 4.42.0.
* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.42.0.
-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 2736008c8f..57adeb9457 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13739,14 +13739,14 @@ needed.") (define-public r-ebimage (package (name "r-ebimage") - (version "4.40.1") + (version "4.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "EBImage" version)) (sha256 (base32 - "08hsfxfqfznfqnpl2vygry7xn6npjpibswy4qi6zmvifdarx6i1j")))) + "0z0ajmy1zx7mqcjm2ibyk2qg3cj00kl76padyksbdbmwdncxs8yb")))) (properties `((upstream-name . "EBImage"))) (build-system r-build-system) (propagated-inputs |