guix-commits
[Top][All Lists]
Advanced

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

29/38: gnu: r-ggcyto: Update to 1.26.4.


From: guix-commits
Subject: 29/38: gnu: r-ggcyto: Update to 1.26.4.
Date: Tue, 20 Dec 2022 04:58:23 -0500 (EST)

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

commit 422c48698394ba9257e4ad93569f7d199b603c4f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 23:00:02 2022 +0100

    gnu: r-ggcyto: Update to 1.26.4.
    
    * gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.26.4.
---
 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 db3faf7efe..761a878cdb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13498,14 +13498,14 @@ manipulation of flow cytometry data.")
 (define-public r-ggcyto
   (package
     (name "r-ggcyto")
-    (version "1.26.0")
+    (version "1.26.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggcyto" version))
        (sha256
         (base32
-         "0phhm54wcqihj62a0jk46whmf6wwg7wj3306wvnszy7yik4z857w"))))
+         "1pj1v0bhvckvwn1p826phskqz9lv71c1913cz5w0fd87dzdbpzpj"))))
     (properties `((upstream-name . "ggcyto")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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