guix-commits
[Top][All Lists]
Advanced

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

04/39: gnu: r-chipseeker: Update to 1.32.1.


From: guix-commits
Subject: 04/39: gnu: r-chipseeker: Update to 1.32.1.
Date: Mon, 3 Oct 2022 13:08:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 038eeeaf2a521f943fa291610bf6a1740eb56b57
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:52 2022 +0200

    gnu: r-chipseeker: Update to 1.32.1.
    
    * gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.32.1.
    [propagated-inputs]: Add r-ggvenndiagram.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bce4c030b0..c70c08936a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3698,13 +3698,13 @@ analysis.")
 (define-public r-chipseeker
   (package
     (name "r-chipseeker")
-    (version "1.32.0")
+    (version "1.32.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "ChIPseeker" version))
               (sha256
                (base32
-                "001f85nk4myk9vgs05inlj2dfby4802p1iyzkfqg332yk52gsbl7"))))
+                "0l2514wvlc8q7n1zjzfrghdg372sp73z39204bkif3g6pdkcvbcf"))))
     (build-system r-build-system)
     (native-inputs
      (list r-knitr))
@@ -3718,6 +3718,7 @@ analysis.")
            r-genomicranges
            r-genomicfeatures
            r-ggplot2
+           r-ggvenndiagram
            r-gplots
            r-gtools
            r-dplyr



reply via email to

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