guix-commits
[Top][All Lists]
Advanced

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

16/89: gnu: r-rbgl: Update to 1.54.0.


From: Ricardo Wurmus
Subject: 16/89: gnu: r-rbgl: Update to 1.54.0.
Date: Tue, 7 Nov 2017 02:44:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c25154e5cbdd16ab4a6aff8183ec616996f7648d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:21:36 2017 +0100

    gnu: r-rbgl: Update to 1.54.0.
    
    * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.54.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d38a9ce..b77fa1d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5863,14 +5863,14 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.52.0")
+    (version "1.54.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "11db6kvz453ypj9ds3xpjqzwrrjck84ijn4wlhkfyz2dzdgd5ryv"))))
+         "18jad23i3899ypv4bg3l47cvvs3qnj1pqis2p9x0135yv5y6wnv7"))))
     (properties `((upstream-name . "RBGL")))
     (build-system r-build-system)
     (propagated-inputs `(("r-graph" ,r-graph)))



reply via email to

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