guix-commits
[Top][All Lists]
Advanced

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

312/449: gnu: r-flowworkspace: Update to 4.10.0.


From: guix-commits
Subject: 312/449: gnu: r-flowworkspace: Update to 4.10.0.
Date: Tue, 22 Nov 2022 15:47:46 -0500 (EST)

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

commit 14cea26304b56ec22664604cd0e10f85453f4fbf
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:25 2022 +0100

    gnu: r-flowworkspace: Update to 4.10.0.
    
    * gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.10.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 13f3910514..e45641b581 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12944,14 +12944,14 @@ for other R packages to compile and link against.")
 (define-public r-flowworkspace
   (package
     (name "r-flowworkspace")
-    (version "4.8.0")
+    (version "4.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowWorkspace" version))
        (sha256
         (base32
-         "0riyi9628cx1j5x6hmdd28yq75xh25j8ckcdz8dnb94dpvnhaqss"))))
+         "07w2pnnzmivfc621c8pvndqrn1k245cwjrb0nnk2i85i3si4j9c3"))))
     (properties `((upstream-name . "flowWorkspace")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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