guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: r-flowcore: Update to 2.14.1.


From: guix-commits
Subject: 05/07: gnu: r-flowcore: Update to 2.14.1.
Date: Tue, 30 Jan 2024 11:00:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8d8eec7f9dcc46d6d4a08f9a37437409e8f32236
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 16:59:51 2024 +0100

    gnu: r-flowcore: Update to 2.14.1.
    
    * gnu/packages/bioconductor.scm (r-flowcore): Update to 2.14.1.
    
    Change-Id: I7a8002206aaab85a722463a81939d7cea7d61644
---
 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 5c906dacf0..67dd5bed0f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18311,14 +18311,14 @@ interact with gated cytometry data.")
 (define-public r-flowcore
   (package
     (name "r-flowcore")
-    (version "2.14.0")
+    (version "2.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowCore" version))
        (sha256
         (base32
-         "11aic1nzlw0gdpcpmky5jzljxgxcrimi29f0zl3yjvgb48qa88bd"))))
+         "1g6qxzvzn1gnmqba150lj9nb6wlrdpzkc61l77d3fkzaf0q1h1n7"))))
     (properties `((upstream-name . "flowCore")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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