guix-commits
[Top][All Lists]
Advanced

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

06/63: gnu: r-rbgl: Update to 1.52.0.


From: Roel Janssen
Subject: 06/63: gnu: r-rbgl: Update to 1.52.0.
Date: Fri, 28 Apr 2017 05:05:58 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 8ab6f241ea282900a235314a331e6afce1aeb9fa
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:29:48 2017 +0200

    gnu: r-rbgl: Update to 1.52.0.
    
    * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.52.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 47e4cab..90b3382 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5535,14 +5535,14 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "1q14m8w6ih56v680kf3d9wh1qbgp7af33kz3cxafdf1vvzx9km08"))))
+         "11db6kvz453ypj9ds3xpjqzwrrjck84ijn4wlhkfyz2dzdgd5ryv"))))
     (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]