guix-commits
[Top][All Lists]
Advanced

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

61/73: gnu: r-zellkonverter: Update to 1.6.3.


From: guix-commits
Subject: 61/73: gnu: r-zellkonverter: Update to 1.6.3.
Date: Sat, 2 Jul 2022 10:55:59 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit f74d00c783ea92d4fbf806b2916534ff5b0d9d6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:49 2022 +0200

    gnu: r-zellkonverter: Update to 1.6.3.
    
    * gnu/packages/bioconductor.scm (r-zellkonverter): Update to 1.6.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 11e922bb07..61e1d901ee 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6147,13 +6147,13 @@ libraries for systems that do not have these available 
via other means.")
 (define-public r-zellkonverter
   (package
     (name "r-zellkonverter")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "zellkonverter" version))
        (sha256
-        (base32 "0s1n3impm4k55pac8mr18czylsc30yqcvdfdki4sawk74b2rkx8c"))))
+        (base32 "0l6v7a2zyxpq2w3vm85z439ldi3ld3pkc3wx95a1vxzbr31cpdzz"))))
     (properties `((upstream-name . "zellkonverter")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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