guix-commits
[Top][All Lists]
Advanced

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

249/323: gnu: r-zlibbioc: Update to 1.36.0.


From: guix-commits
Subject: 249/323: gnu: r-zlibbioc: Update to 1.36.0.
Date: Wed, 9 Dec 2020 06:47:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b0d85e36f1258e2a5bed5cf00f09065e193a9cd1
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:37 2020 +0100

    gnu: r-zlibbioc: Update to 1.36.0.
    
    * gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.36.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 aa1f21e..c1f2e8d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8737,13 +8737,13 @@ throughput genetic sequencing data sets using 
regression methods.")
 (define-public r-zlibbioc
   (package
     (name "r-zlibbioc")
-    (version "1.34.0")
+    (version "1.36.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "zlibbioc" version))
               (sha256
                (base32
-                "0j1l052jb2cwc1nifxzwknc9csagf4f2d092zs0i95dz0rma89l0"))))
+                "0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg"))))
     (properties
      `((upstream-name . "zlibbioc")))
     (build-system r-build-system)



reply via email to

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