guix-commits
[Top][All Lists]
Advanced

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

01/27: gnu: r-diffbind: Update to 3.0.13.


From: guix-commits
Subject: 01/27: gnu: r-diffbind: Update to 3.0.13.
Date: Thu, 11 Feb 2021 15:35:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 61609fb88e143f48d34f434e7aeda08f74d68353
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:30:39 2021 +0100

    gnu: r-diffbind: Update to 3.0.13.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.13.
---
 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 f1af348..d383005 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1796,14 +1796,14 @@ signal in the input, that lead to spurious peaks during 
peak calling.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "3.0.8")
+    (version "3.0.13")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "11svdfjp4faswrmzwkryzhd0ji2pl9vwsd35lvbfjgakbpxnyn8a"))))
+         "0kxn59v93hl5pq8d156lnbz0sslpnxyjcfrvq2gzgd91sd587qmn"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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