guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 312/457: gnu: r-flowworkspace: Update to 4.10.0.
Date: Thu, 24 Nov 2022 06:37:29 -0500 (EST)

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

commit 8a089e4e117183c3dd297bff70ae8f27a7775cbe
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 d1733c91ff..3bea2eda02 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12985,14 +12985,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]