guix-commits
[Top][All Lists]
Advanced

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

95/457: gnu: r-chipseeker: Update to 1.34.0.


From: guix-commits
Subject: 95/457: gnu: r-chipseeker: Update to 1.34.0.
Date: Thu, 24 Nov 2022 06:36:49 -0500 (EST)

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

commit 32629c01ef4f91e2ad3d774960626f396ea94e30
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:09 2022 +0100

    gnu: r-chipseeker: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.34.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 e38685b6a4..74427343ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4772,13 +4772,13 @@ analysis.")
 (define-public r-chipseeker
   (package
     (name "r-chipseeker")
-    (version "1.32.1")
+    (version "1.34.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "ChIPseeker" version))
               (sha256
                (base32
-                "0l2514wvlc8q7n1zjzfrghdg372sp73z39204bkif3g6pdkcvbcf"))))
+                "1s90q73lldnmh2nxyb36hv44s3pj2l7pr0qka0z27b3cmnhqh50z"))))
     (build-system r-build-system)
     (native-inputs
      (list r-knitr))



reply via email to

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