guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: r-diffbind: Update to 3.0.15.


From: guix-commits
Subject: 03/08: gnu: r-diffbind: Update to 3.0.15.
Date: Thu, 8 Apr 2021 07:30:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 55185f9b3f25ac87d09a7afd6aefddb53707c8a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 13:27:59 2021 +0200

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



reply via email to

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