guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: r-flowworkspace: Update to 4.14.3.


From: guix-commits
Subject: 07/08: gnu: r-flowworkspace: Update to 4.14.3.
Date: Wed, 27 Mar 2024 10:02:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit af70b1d39c87321c959d7cabf1e7a215c7f82de1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 14:20:57 2024 +0100

    gnu: r-flowworkspace: Update to 4.14.3.
    
    * gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.14.3.
    
    Change-Id: I2a717e99d7b71df0c3774ad235e0fe87f5b2aa19
---
 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 dcc3c46911..3a91302dfd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18529,14 +18529,14 @@ for other R packages to compile and link against.")
 (define-public r-flowworkspace
   (package
     (name "r-flowworkspace")
-    (version "4.14.2")
+    (version "4.14.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowWorkspace" version))
        (sha256
         (base32
-         "0rbhpvnx71djy893cb1b1qywm5aq8ad8rxjd0lqkylp13w7zv0g6"))))
+         "07hnzvzis6425j5kabdrp49wicd331k7kmkk2r7ydchxxlndz3ww"))))
     (properties `((upstream-name . "flowWorkspace")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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