guix-commits
[Top][All Lists]
Advanced

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

30/49: gnu: r-biocparallel: Update to 1.8.0.


From: Ricardo Wurmus
Subject: 30/49: gnu: r-biocparallel: Update to 1.8.0.
Date: Wed, 26 Oct 2016 07:29:06 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 89559a124e6ace46c0182e7f60d006ae432f8d86
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:58:45 2016 +0200

    gnu: r-biocparallel: Update to 1.8.0.
    
    * gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.8.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 967160a..0e5e53e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6389,13 +6389,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.6.6")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "1l39zmvhjlvlczrk5wal4y2s4g0b2kmaczgq5biah9qn45y474mw"))))
+                "0vz23i14f7wjygr5d4y1hp8ki6l6igwcsjscfpr6dcigmknyi55c"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)



reply via email to

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