guix-commits
[Top][All Lists]
Advanced

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

243/449: gnu: r-fcscan: Update to 1.12.0.


From: guix-commits
Subject: 243/449: gnu: r-fcscan: Update to 1.12.0.
Date: Tue, 22 Nov 2022 15:47:33 -0500 (EST)

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

commit 672f305d69b1d64d6c63ee97e1c2cc7852150399
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:20 2022 +0100

    gnu: r-fcscan: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-fcscan): Update to 1.12.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 e0e2ee324c..43f6272934 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10357,13 +10357,13 @@ phenotype of interest.")
 (define-public r-fcscan
   (package
     (name "r-fcscan")
-    (version "1.10.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fcScan" version))
        (sha256
-        (base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp"))))
+        (base32 "0z83ncjxw9x8nvc6pncrvpf6lmamvgrv56j96s1f0x9jydk18chy"))))
     (properties `((upstream-name . "fcScan")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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