guix-commits
[Top][All Lists]
Advanced

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

08/138: gnu: r-activedriverwgs: Update to 1.0.3.


From: guix-commits
Subject: 08/138: gnu: r-activedriverwgs: Update to 1.0.3.
Date: Wed, 5 Jan 2022 15:24:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 231e33d636fd99236423b37cfbff1068e868f50e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 15:08:03 2022 +0100

    gnu: r-activedriverwgs: Update to 1.0.3.
    
    * gnu/packages/bioconductor.scm (r-activedriverwgs): Update to 1.0.3.
---
 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 cf8b4bd6f5..ded3826aca 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11358,14 +11358,14 @@ using whole genome sequencing data.")
 (define-public r-activepathways
   (package
     (name "r-activepathways")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ActivePathways" version))
        (sha256
         (base32
-         "1hxy760x141ykrpqdbfldq4ggj1svj3lsrpwi4rb2x7r4lna937l"))))
+         "0xcn2ymxb4npk1q8hap1ckj27mrkici44wjckc9v42mija29n8wk"))))
     (properties
      `((upstream-name . "ActivePathways")))
     (build-system r-build-system)



reply via email to

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