guix-commits
[Top][All Lists]
Advanced

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

52/215: gnu: r-zlibbioc: Update to 1.30.0.


From: guix-commits
Subject: 52/215: gnu: r-zlibbioc: Update to 1.30.0.
Date: Sun, 5 May 2019 18:15:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c648e672b7351b6b5efc0d13d9150f95278dad0a
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:35:08 2019 +0200

    gnu: r-zlibbioc: Update to 1.30.0.
    
    * gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.30.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 f8651cb..0d1deec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8242,13 +8242,13 @@ two-dimensional genome scans.")
 (define-public r-zlibbioc
   (package
     (name "r-zlibbioc")
-    (version "1.28.0")
+    (version "1.30.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "zlibbioc" version))
               (sha256
                (base32
-                "0bjvzy24kab7ank02cc1qk2ikcz4dllgf66wpsdl0d3zp4gn3l2h"))))
+                "1h0a2ps2rfk9azzps7p23sxj5z1giv8gcx0ypzgyz7fkr4xi9z7k"))))
     (properties
      `((upstream-name . "zlibbioc")))
     (build-system r-build-system)



reply via email to

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