guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

97/288: gnu: r-ebimage: Update to 4.32.0.


From: guix-commits
Subject: 97/288: gnu: r-ebimage: Update to 4.32.0.
Date: Mon, 16 Nov 2020 15:07:06 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 28ea45b41df782251adddcdb81cfe365fb526846
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:58 2020 +0100

    gnu: r-ebimage: Update to 4.32.0.
    
    * gnu/packages/bioconductor.scm (r-ebimage): Update to 4.32.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 350ed03..85b4ba3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4653,14 +4653,14 @@ needed.")
 (define-public r-ebimage
   (package
     (name "r-ebimage")
-    (version "4.30.0")
+    (version "4.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "EBImage" version))
        (sha256
         (base32
-         "13amrbh545hwk7sygndzyv7wpa0m2y0lzlwj89jm1xm62x577w9v"))))
+         "0qi8bbix5bjahs73ljhfvidlbj8hz5m5j0sb9cjxlngnnldbh4ww"))))
     (properties `((upstream-name . "EBImage")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]