guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: r-destiny: Update to 3.8.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-destiny: Update to 3.8.0.
    
    * gnu/packages/bioconductor.scm (r-destiny): Update to 3.8.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 6a2e64b344..d875f58efe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6245,14 +6245,14 @@ possible, parallelization is achieved using the 
BiocParallel framework.")
 (define-public r-destiny
   (package
     (name "r-destiny")
-    (version "3.4.0")
+    (version "3.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "destiny" version))
        (sha256
         (base32
-         "1i7f5q02zvpfaxhd76fbw0h1wfgjphyn5hrmrjpvlnv4ardzsir2"))))
+         "01662p5j9l12ylf5a5djg4cjppd2n3chrygzw8nnrcf1806xn58y"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-biobase



reply via email to

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