guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: r-diffbind: Update to 2.16.2.


From: guix-commits
Subject: 01/09: gnu: r-diffbind: Update to 2.16.2.
Date: Tue, 6 Oct 2020 07:23:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dce2d06fccac0891bb2efd6f63c00967f1c14b23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 6 13:11:40 2020 +0200

    gnu: r-diffbind: Update to 2.16.2.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 2.16.2.
---
 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 b8cdcbc..ce64448 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1609,14 +1609,14 @@ problems in genomics, brain imaging, astrophysics, and 
data mining.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "2.16.0")
+    (version "2.16.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "1mwqgljya1c7r2dfrdds3nswn9bn1l3ak1wavbpv4lbv3nkmykn5"))))
+         "11y9kigdikqcd0cnksh306nsaadak0kgivk7773mv3yszrxxwzj1"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (inputs



reply via email to

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