guix-commits
[Top][All Lists]
Advanced

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

287/296: gnu: r-biocgraph: Update to 1.50.0.


From: guix-commits
Subject: 287/296: gnu: r-biocgraph: Update to 1.50.0.
Date: Fri, 12 Jun 2020 19:30:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 543c63f2ae97acc0f32b0476f51db553482ac749
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:05:14 2020 +0200

    gnu: r-biocgraph: Update to 1.50.0.
    
    * gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.50.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 64c4bed..e7d648c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7736,14 +7736,14 @@ monograph.")
 (define-public r-biocgraph
   (package
     (name "r-biocgraph")
-    (version "1.48.0")
+    (version "1.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "biocGraph" version))
        (sha256
         (base32
-         "1rv2lwiqwg7h7za23n896fs4dpla3xhw6kzwghb6iw5nlm2m61yw"))))
+         "1372bm4y3czqhpki10pnprxfkfncfcsy59zzvf8wj6q03acaavrj"))))
     (properties `((upstream-name . "biocGraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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