guix-commits
[Top][All Lists]
Advanced

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

89/128: gnu: r-rbgl: Update to 1.58.1.


From: guix-commits
Subject: 89/128: gnu: r-rbgl: Update to 1.58.1.
Date: Sat, 12 Jan 2019 17:36:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3b8c88428563709780b17af5f0199321234a5235
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:00:20 2019 +0100

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