guix-commits
[Top][All Lists]
Advanced

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

17/119: gnu: r-diffbind: Update to 3.2.4.


From: guix-commits
Subject: 17/119: gnu: r-diffbind: Update to 3.2.4.
Date: Sat, 10 Jul 2021 16:31:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 072533f5794436c6a1e00c4a63b1eabe51012a75
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:09 2021 +0200

    gnu: r-diffbind: Update to 3.2.4.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.2.4.
---
 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 efa5c58..84aa9b5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4767,14 +4767,14 @@ signal in the input, that lead to spurious peaks during 
peak calling.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "3.2.2")
+    (version "3.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "037z4mm8q5c50lwf63l1gmksd9fzfmyyp259jncpsxa3almf5jgh"))))
+         "024ff12v42yvcma29cis4f777jrdgmgfr06lxn6l3nh30ghxawci"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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