guix-commits
[Top][All Lists]
Advanced

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

57/457: gnu: r-decipher: Update to 2.26.0.


From: guix-commits
Subject: 57/457: gnu: r-decipher: Update to 2.26.0.
Date: Thu, 24 Nov 2022 06:36:41 -0500 (EST)

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

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

    gnu: r-decipher: Update to 2.26.0.
    
    * gnu/packages/bioconductor.scm (r-decipher): Update to 2.26.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 f156b010c5..ec7ba3136d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3312,13 +3312,13 @@ knowledge can achieve semi-supervised deconvolution of 
mixtures.")
 (define-public r-decipher
   (package
     (name "r-decipher")
-    (version "2.24.0")
+    (version "2.26.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "DECIPHER" version))
               (sha256
                (base32
-                "045q2bfzgq1yzhyrzvrhrnmlpka4gikrajxxwv05szksy5nvp7q5"))))
+                "01hzxd5f5v2kspx5jd7l21bn87cfgm9aah3zd4d6kyxv98h5a3n1"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-biostrings



reply via email to

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