guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: r-rbgl: Update to 1.58.2.


From: guix-commits
Subject: 08/16: gnu: r-rbgl: Update to 1.58.2.
Date: Sun, 24 Mar 2019 15:37:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7a73c247b2711d1d7bcbb4275fa5dc1ef33b9032
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 24 11:26:27 2019 +0100

    gnu: r-rbgl: Update to 1.58.2.
    
    * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.58.2.
---
 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 1836939..ef71dd4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6792,14 +6792,14 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.58.1")
+    (version "1.58.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "1l5x2icv9di1lr3gqfi0vjnyd9xc3l77yc42ippqd4cadj3d1pzf"))))
+         "0vhnh47pswnp27c0zqcbnnsayfmq3cxcgrs9g860555ldqfl4cyl"))))
     (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]