summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 11:58:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:26:34 +0100
commit19a6149190e1eed5216ec9ffcb5170994d8f2572 (patch)
tree3345fffbdcde4d3277317d3a9c2cd25219293f90 /gnu
parent2ff6604a531e06095432ab497b5efd1fb671c37d (diff)
downloadguix-19a6149190e1eed5216ec9ffcb5170994d8f2572.tar.gz
gnu: r-rbgl: Update to 1.58.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.58.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5a72f1c41b..f10189f9c6 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)))