guix-commits
[Top][All Lists]
Advanced

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

30/39: gnu: r-ucell: Update to 2.6.2.


From: guix-commits
Subject: 30/39: gnu: r-ucell: Update to 2.6.2.
Date: Fri, 15 Dec 2023 11:48:48 -0500 (EST)

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

commit ccf2d49837c303c9b07bfccafdbb565f1d5cde24
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:41 2023 +0100

    gnu: r-ucell: Update to 2.6.2.
    
    * gnu/packages/bioconductor.scm (r-ucell): Update to 2.6.2.
    
    Change-Id: Ie08960a237ad1515332794b23c2bd31e94299dfe
---
 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 35fcd2a598..9a0a641402 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18817,13 +18817,13 @@ features (e.g.  genes, microRNAs).")
 (define-public r-ucell
   (package
     (name "r-ucell")
-    (version "2.6.1")
+    (version "2.6.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "UCell" version))
               (sha256
                (base32
-                "1ds11f1q6v89sfcj1sinrkv7aw3s0prf5nxf7pz4hdsvqn4zp467"))))
+                "00v4b91f7y3zyndbl4wlfay8wljnqypfc05vrw15yr62d9smd35d"))))
     (properties `((upstream-name . "UCell")))
     (build-system r-build-system)
     (propagated-inputs (list r-biocneighbors



reply via email to

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