guix-commits
[Top][All Lists]
Advanced

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

358/457: gnu: r-biocgraph: Update to 1.60.0.


From: guix-commits
Subject: 358/457: gnu: r-biocgraph: Update to 1.60.0.
Date: Thu, 24 Nov 2022 06:37:39 -0500 (EST)

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

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

    gnu: r-biocgraph: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.60.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 94a95a6ec9..abbf55e892 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14932,14 +14932,14 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 (define-public r-biocgraph
   (package
     (name "r-biocgraph")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "biocGraph" version))
        (sha256
         (base32
-         "1y59a7c4ahhn1g2wz2hkx83izfn8i85mmxxp63jdd0rg7zwhr6nn"))))
+         "0ysdmv2hyl8jnmr42lkyvgfqb0z89f5p649ahx0ygs6fw0z226xa"))))
     (properties `((upstream-name . "biocGraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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