summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:20 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:31:41 +0100
commit245ab8252246bb6695f85f09d41eaef7f05446af (patch)
tree4f5b999f77db8dca404db273a278769b23a2c3ff /gnu
parente392bcce646ea26b1121fde0b3d4ca6800f3a552 (diff)
downloadguix-245ab8252246bb6695f85f09d41eaef7f05446af.tar.gz
gnu: r-fcscan: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.12.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b1f0ba24e7..4a8b0ef407 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10398,13 +10398,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