guix-commits
[Top][All Lists]
Advanced

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

55/55: gnu: r-flowstats: Update to 4.14.1.


From: guix-commits
Subject: 55/55: gnu: r-flowstats: Update to 4.14.1.
Date: Mon, 22 Jan 2024 08:01:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bafc6efe481d0f209b490c4e2a1ac1b3f7afa06c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:57 2024 +0100

    gnu: r-flowstats: Update to 4.14.1.
    
    * gnu/packages/bioconductor.scm (r-flowstats): Update to 4.14.1.
    
    Change-Id: I0a5d93cb08d169759b3f3817ab9b68b76fd5883f
---
 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 8c1d3b0af0..eeed45187c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18574,14 +18574,14 @@ matches the flowJo analysis.")
 (define-public r-flowstats
   (package
     (name "r-flowstats")
-    (version "4.14.0")
+    (version "4.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowStats" version))
        (sha256
         (base32
-         "1f7qawn9wb8221npnmmygmvi4w1rq5lb74j3vmfzcak5kyga5xck"))))
+         "1q4m6arasq60w0x24qjxbfckfgcpfk428fca733i0q2mgv1mll05"))))
     (properties `((upstream-name . "flowStats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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