guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-diffbind: Update to 3.0.14.


From: guix-commits
Subject: 04/08: gnu: r-diffbind: Update to 3.0.14.
Date: Mon, 15 Mar 2021 10:03:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 11dc49afc2c892b27365c77b101e1566345f2372
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 15 15:02:29 2021 +0100

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



reply via email to

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