guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: r-cytolib: Update to 2.6.1.


From: guix-commits
Subject: 11/17: gnu: r-cytolib: Update to 2.6.1.
Date: Thu, 6 Jan 2022 01:52:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7ab194b88c8116059075c7c6b05fd3377ae99059
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:20:58 2022 +0100

    gnu: r-cytolib: Update to 2.6.1.
    
    * gnu/packages/bioconductor.scm (r-cytolib): Update to 2.6.1.
---
 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 a9a1443691..525d87af06 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9859,14 +9859,14 @@ cluster count and membership by stability evidence in 
unsupervised analysis.")
 (define-public r-cytolib
   (package
     (name "r-cytolib")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "cytolib" version))
        (sha256
         (base32
-         "01r5dfjil1i526kb5gj9c8x9agi90x0bh7lzykbpn0g6s2hznbzi"))))
+         "16m5w6cp28p4fs2p8c8rjcg1d686xl8mpas816i7zxfh8m0bcqc9"))))
     (properties `((upstream-name . "cytolib")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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