guix-commits
[Top][All Lists]
Advanced

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

68/324: gnu: r-geneoverlap: Update to 1.28.0.


From: guix-commits
Subject: 68/324: gnu: r-geneoverlap: Update to 1.28.0.
Date: Sat, 5 Jun 2021 03:14:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3c024e9e96c356a9c6f441efe7acdd8111adfb00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:44 2021 +0200

    gnu: r-geneoverlap: Update to 1.28.0.
    
    * gnu/packages/bioconductor.scm (r-geneoverlap): Update to 1.28.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 ad67677..11d49b7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2876,13 +2876,13 @@ high-throughput sequencing experiments.")
 (define-public r-geneoverlap
   (package
     (name "r-geneoverlap")
-    (version "1.26.0")
+    (version "1.28.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "GeneOverlap" version))
               (sha256
                (base32
-                "0bvh00n4fx0h1m83bypib3jvln1ihcv77ywrrn9xm20y73gymhkh"))))
+                "1kfw3h68rvbafhklds6sfmviwv91nms8wk0ywzkjg5h3mmgxbsv9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcolorbrewer" ,r-rcolorbrewer)



reply via email to

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