guix-commits
[Top][All Lists]
Advanced

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

248/296: gnu: r-flowstats: Update to 4.0.0.


From: guix-commits
Subject: 248/296: gnu: r-flowstats: Update to 4.0.0.
Date: Fri, 12 Jun 2020 19:30:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 372caae6a966fb7154b86c3775ed9a4c27071c64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:01:47 2020 +0200

    gnu: r-flowstats: Update to 4.0.0.
    
    * gnu/packages/bioconductor.scm (r-flowstats): Update to 4.0.0.
---
 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 bce6b4a..ee16052 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6168,14 +6168,14 @@ matches the flowJo analysis.")
 (define-public r-flowstats
   (package
     (name "r-flowstats")
-    (version "3.44.0")
+    (version "4.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowStats" version))
        (sha256
         (base32
-         "0pql0lpf90nra7w6z6nd8l9cgjlsg2pxysfravnbzfhl3pjvd96w"))))
+         "1ygvxvd7y6jp907y0h3hycdwvw1fch16w84g06nk4f4g4kvrzdir"))))
     (properties `((upstream-name . "flowStats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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