guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: r-diffbind: Update to 3.4.3.


From: guix-commits
Subject: 07/17: gnu: r-diffbind: Update to 3.4.3.
Date: Thu, 6 Jan 2022 01:52:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7227f9370386cc281402d74702c2f5ff4aa02710
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:20:57 2022 +0100

    gnu: r-diffbind: Update to 3.4.3.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.4.3.
---
 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 07b1cc2df2..6a2e64b344 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5224,14 +5224,14 @@ signal in the input, that lead to spurious peaks during 
peak calling.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "3.4.0")
+    (version "3.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "15p4jd9k520va6kzizkgsl4a18kh5r8i50qfdkv7xazsfhvxjm3i"))))
+         "1bz03ls7pkb09p6nkz7gfnhjlh06mgbp3j98ppnzibiar3cjrnfj"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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