guix-commits
[Top][All Lists]
Advanced

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

25/39: gnu: r-cytoml: Update to 2.8.1.


From: guix-commits
Subject: 25/39: gnu: r-cytoml: Update to 2.8.1.
Date: Mon, 3 Oct 2022 13:08:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e30b2aeaa213601e7743e7b4d8fb88b8ed98e883
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:56 2022 +0200

    gnu: r-cytoml: Update to 2.8.1.
    
    * gnu/packages/bioconductor.scm (r-cytoml): Update to 2.8.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 59f4c35a9e..09c3b9b3bb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12002,14 +12002,14 @@ sequential way to mimic the manual gating strategy.")
 (define-public r-cytoml
   (package
     (name "r-cytoml")
-    (version "2.8.0")
+    (version "2.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CytoML" version))
        (sha256
         (base32
-         "0vp7advfh1d8596hjpzayasjhga4mx0l104sgz2asscbrjm4v7rr"))))
+         "01yzdljpyq92bv318b5qs29f190226zwbqjnckvxmbb0k8m7s5hw"))))
     (properties `((upstream-name . "CytoML")))
     (build-system r-build-system)
     (inputs



reply via email to

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