summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-05-05 23:26:47 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-06 00:14:30 +0200
commitaa51a241c5062acdc2407eba8e169996743588ed (patch)
treea51294e72f9e7da20f9397d4b1dee8a4e6dfc596
parent7f737246d8e64ee3da67e42f085053c601be1a4f (diff)
downloadguix-aa51a241c5062acdc2407eba8e169996743588ed.tar.gz
gnu: r-rbgl: Update to 1.60.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.60.0.
[propagated-inputs]: Add r-bh.
-rw-r--r--gnu/packages/bioinformatics.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 10cc1fa63e..0f035dc3cb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6790,17 +6790,19 @@ databases.  Packages produced are intended to be used with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.58.2")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "0vhnh47pswnp27c0zqcbnnsayfmq3cxcgrs9g860555ldqfl4cyl"))))
+         "06brn9hl6lybx6hdfp1sycwj6wn1bjfi8xyhpy0v122v1z8d5mbz"))))
     (properties `((upstream-name . "RBGL")))
     (build-system r-build-system)
-    (propagated-inputs `(("r-graph" ,r-graph)))
+    (propagated-inputs
+     `(("r-bh" ,r-bh)
+       ("r-graph" ,r-graph)))
     (home-page "https://www.bioconductor.org/packages/RBGL")
     (synopsis "Interface to the Boost graph library")
     (description