guix-commits
[Top][All Lists]
Advanced

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

18/35: gnu: r-diffbind: Update to 3.10.1.


From: guix-commits
Subject: 18/35: gnu: r-diffbind: Update to 3.10.1.
Date: Mon, 28 Aug 2023 16:16:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 59056368d033466aaecd2bf263517197505961da
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 22:11:22 2023 +0200

    gnu: r-diffbind: Update to 3.10.1.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.10.1.
---
 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 53b5057928..9bd4e6e392 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10984,14 +10984,14 @@ signal in the input, that lead to spurious peaks 
during peak calling.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "3.10.0")
+    (version "3.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "1p5fxfpvjz85a2n1jsmj3niqzymnlsja9b53q2yxvj327qq58z8a"))))
+         "12frl2wfvfz4gpq4fjsmglqyqfxdk3zjbhqkc78rzylbw37xx3bf"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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