guix-commits
[Top][All Lists]
Advanced

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

276/324: gnu: r-ebarrays: Update to 2.56.0.


From: guix-commits
Subject: 276/324: gnu: r-ebarrays: Update to 2.56.0.
Date: Sat, 5 Jun 2021 03:15:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 834a6dbaab486ed17002cd872734118104b43ddf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:10 2021 +0200

    gnu: r-ebarrays: Update to 2.56.0.
    
    * gnu/packages/bioconductor.scm (r-ebarrays): Update to 2.56.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 ffba2b9..14cfe4d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11288,14 +11288,14 @@ enrichment analysis and several functions for 
visualization.")
 (define-public r-ebarrays
   (package
     (name "r-ebarrays")
-    (version "2.54.0")
+    (version "2.56.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "EBarrays" version))
        (sha256
         (base32
-         "1r2dl19my1hqkq01fqk48pk3agb98vgrplj56kb4srhz2xm0w9pd"))))
+         "1k1kl0m7wzaqpv7i20pfav2a6jf93bhri4w7qdikmvkf011n9422"))))
     (properties `((upstream-name . "EBarrays")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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