guix-commits
[Top][All Lists]
Advanced

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

28/39: gnu: r-flowworkspace: Update to 4.14.1.


From: guix-commits
Subject: 28/39: gnu: r-flowworkspace: Update to 4.14.1.
Date: Fri, 15 Dec 2023 11:48:48 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit bb64a047b4c1124f15c359c77cf9ff0b5d4e3ca8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:40 2023 +0100

    gnu: r-flowworkspace: Update to 4.14.1.
    
    * gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.14.1.
    
    Change-Id: I2e950e77842add2eebeeffac2492ba0ef1aa6422
---
 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 c46d2cc932..eba1b7c6a6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17757,14 +17757,14 @@ for other R packages to compile and link against.")
 (define-public r-flowworkspace
   (package
     (name "r-flowworkspace")
-    (version "4.14.0")
+    (version "4.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowWorkspace" version))
        (sha256
         (base32
-         "09cpbf33b3x9b06yf41qy2fy8zviwrznrpkb9fq3an8vg8gf51lp"))))
+         "0sbixbq99kmhh0ppdid1hqhb75yxb6gsm5pdz75y67i3pgwrv1sj"))))
     (properties `((upstream-name . "flowWorkspace")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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