guix-commits
[Top][All Lists]
Advanced

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

15/40: gnu: r-diffbind: Update to 3.4.11.


From: guix-commits
Subject: 15/40: gnu: r-diffbind: Update to 3.4.11.
Date: Thu, 14 Apr 2022 05:38:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f7d7ba36131bcf5025a1dc7a24a53790b7b8c1c7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 14 10:59:00 2022 +0200

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



reply via email to

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