guix-commits
[Top][All Lists]
Advanced

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

59/151: gnu: r-rbgl: Update to 1.58.0.


From: Ricardo Wurmus
Subject: 59/151: gnu: r-rbgl: Update to 1.58.0.
Date: Wed, 7 Nov 2018 06:28:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 19a6149190e1eed5216ec9ffcb5170994d8f2572
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:58:31 2018 +0100

    gnu: r-rbgl: Update to 1.58.0.
    
    * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.58.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 5a72f1c..f10189f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6534,14 +6534,14 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "0hj972mmqpyi5fx1rq33kysavdyz4nspi6gcffzi3rv339m0anhf"))))
+         "0jy95m38c4qp0a12097hhm2gg63k96k6ydhb11dy379h3ziapcar"))))
     (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]