guix-commits
[Top][All Lists]
Advanced

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

39/215: gnu: r-biocparallel: Update to 1.18.0.


From: guix-commits
Subject: 39/215: gnu: r-biocparallel: Update to 1.18.0.
Date: Sun, 5 May 2019 18:15:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e10b67c797540fe69d91e2c69dfe6dfafb9859bd
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:32:44 2019 +0200

    gnu: r-biocparallel: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.18.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 2073cb3..e00ca65 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7682,13 +7682,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.16.6")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "1iv2xzm6lz371z0llhcxl8hmc5jfw0hjwnf1qc8d7jk9djgcaks2"))))
+                "0v8rhf3hbgb3v32h2pmsv1y6q2x4airmpp50fk7z6ardcn4aza7x"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)



reply via email to

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