guix-commits
[Top][All Lists]
Advanced

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

02/17: gnu: r-biocparallel: Update to 1.28.3.


From: guix-commits
Subject: 02/17: gnu: r-biocparallel: Update to 1.28.3.
Date: Thu, 6 Jan 2022 01:52:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9bf3a18fb650b79c3907ded89bc055bf11e5bb23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:20:56 2022 +0100

    gnu: r-biocparallel: Update to 1.28.3.
    
    * gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.28.3.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3e44c91064..3dfb4604c2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2474,13 +2474,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.28.1")
+    (version "1.28.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "04s6y7q9dvg26fazs6lzkm668zpl3136j9gd5hkyihyrf4a1w3g3"))))
+                "0lkp7m2l66zq8yl788mkvi9kpb1haywxpf6ip9xl5y6iwm1w2b8p"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)



reply via email to

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