guix-commits
[Top][All Lists]
Advanced

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

61/457: gnu: r-deconrnaseq: Update to 1.40.0.


From: guix-commits
Subject: 61/457: gnu: r-deconrnaseq: Update to 1.40.0.
Date: Thu, 24 Nov 2022 06:36:42 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 36c940a4d7bf190a8e9423fcfbcfdcdc2f9aade5
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:06 2022 +0100

    gnu: r-deconrnaseq: Update to 1.40.0.
    
    * gnu/packages/bioconductor.scm (r-deconrnaseq): Update to 1.40.0.
---
 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 fd2846a755..081c860572 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3454,13 +3454,13 @@ of the signatures to the mutation load of the tumor.")
 (define-public r-deconrnaseq
   (package
     (name "r-deconrnaseq")
-    (version "1.38.0")
+    (version "1.40.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "DeconRNASeq" version))
               (sha256
                (base32
-                "10smk88srxm58hli0fhkdfd6l5z02q58xc9mww39gkn71y0127k6"))))
+                "05rwqchfspy8i9fcj9526rl5vvk0rrgr95nvxzdj0sa2136my8y4"))))
     (properties `((upstream-name . "DeconRNASeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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