guix-commits
[Top][All Lists]
Advanced

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

95/128: gnu: r-biocparallel: Update to 1.16.5.


From: guix-commits
Subject: 95/128: gnu: r-biocparallel: Update to 1.16.5.
Date: Sat, 12 Jan 2019 17:36:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d4fc834cf71075c73919af334704fa9601996df7
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:01:29 2019 +0100

    gnu: r-biocparallel: Update to 1.16.5.
    
    * gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.16.5.
---
 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 425bc5f..5488bde 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7667,13 +7667,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.16.0")
+    (version "1.16.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "0g16cy0vjapqkb188z63r1b6y96m9g8vx0a3v2qavzxc177k0cja"))))
+                "1164dk0fajb2vrkfpcjs11055qf1cs4vvbnq0aqdaaf2p4lyx41l"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)



reply via email to

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