guix-commits
[Top][All Lists]
Advanced

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

20/158: gnu: r-activepathways: Update to 2.0.0.


From: guix-commits
Subject: 20/158: gnu: r-activepathways: Update to 2.0.0.
Date: Mon, 28 Aug 2023 11:11:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1c4a1fc5624469a6789008fdb0f0add20ad50a53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:13 2023 +0200

    gnu: r-activepathways: Update to 2.0.0.
    
    * gnu/packages/bioconductor.scm (r-activepathways): Update to 2.0.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 3ee59cfbaf..fad83d217e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17809,14 +17809,14 @@ using whole genome sequencing data.")
 (define-public r-activepathways
   (package
     (name "r-activepathways")
-    (version "1.1.1")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ActivePathways" version))
        (sha256
         (base32
-         "1crq164vyqhdq5y3q09k3m5zljqrhcd5ak0jrc0xqvzf0pasml2m"))))
+         "1niwzbzqs1s0mx6ia8fmvg9db6kajs0rdxgnnn1pq68yd8rjn79g"))))
     (properties
      `((upstream-name . "ActivePathways")))
     (build-system r-build-system)



reply via email to

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