guix-commits
[Top][All Lists]
Advanced

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

14/296: gnu: r-rbgl: Update to 1.64.0.


From: guix-commits
Subject: 14/296: gnu: r-rbgl: Update to 1.64.0.
Date: Fri, 12 Jun 2020 19:29:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d8b96e24b6f2be6ff90e90067982a00533c613f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 15:59:35 2020 +0200

    gnu: r-rbgl: Update to 1.64.0.
    
    * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.64.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 002115e..c8cf536 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7090,14 +7090,14 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 (define-public r-rbgl
   (package
     (name "r-rbgl")
-    (version "1.62.1")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RBGL" version))
        (sha256
         (base32
-         "0ixbkdirf08i400db587r262j52sdwdgk3884nxk5xkbhx2m6vg0"))))
+         "079599a6xn2i7snfn2vgshkw0c00rrfhj44pvi03ap8id29bkayy"))))
     (properties `((upstream-name . "RBGL")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]