guix-commits
[Top][All Lists]
Advanced

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

43/457: gnu: r-bader: Update to 1.36.0.


From: guix-commits
Subject: 43/457: gnu: r-bader: Update to 1.36.0.
Date: Thu, 24 Nov 2022 06:36:39 -0500 (EST)

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

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

    gnu: r-bader: Update to 1.36.0.
    
    * gnu/packages/bioconductor.scm (r-bader): Update to 1.36.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 a46e5ee721..f6e402a742 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2872,13 +2872,13 @@ you will have to normalize your data beforehand.")
 (define-public r-bader
   (package
     (name "r-bader")
-    (version "1.34.0")
+    (version "1.36.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BADER" version))
               (sha256
                (base32
-                "0i5x1r2ns1hxhqk5jyfqird81hck1hllvvgx5bn0rb5vl99g8spm"))))
+                "1hkvmfik4m2yw5xg4k2g551l27i64blbsdvp1kmvvyix66p53hsr"))))
     (properties `((upstream-name . "BADER")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/BADER";)



reply via email to

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