guix-commits
[Top][All Lists]
Advanced

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

163/353: gnu: r-fcscan: Update to 1.8.0.


From: guix-commits
Subject: 163/353: gnu: r-fcscan: Update to 1.8.0.
Date: Thu, 4 Nov 2021 18:14:29 -0400 (EDT)

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

commit 1ac52f59568cd4a3b3c986ff611572206e7f15c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:21 2021 +0000

    gnu: r-fcscan: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-fcscan): Update to 1.8.0.
    [propagated-inputs]: Add r-doparallel and r-foreach.
---
 gnu/packages/bioconductor.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2509a8e..184d84c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7354,17 +7354,19 @@ phenotype of interest.")
 (define-public r-fcscan
   (package
     (name "r-fcscan")
-    (version "1.6.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fcScan" version))
        (sha256
-        (base32 "10fcz741dr3wbb9f63qywlrays4cnvfnsm6yw4bmkrwk6ccijg8h"))))
+        (base32 "0b161ayq4m9xxfs0lgw632lgygzabz8gjl0n75050pa7qaazknvd"))))
     (properties `((upstream-name . "fcScan")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-genomicranges" ,r-genomicranges)
+     `(("r-doparallel" ,r-doparallel)
+       ("r-foreach" ,r-foreach)
+       ("r-genomicranges" ,r-genomicranges)
        ("r-iranges" ,r-iranges)
        ("r-plyr" ,r-plyr)
        ("r-rtracklayer" ,r-rtracklayer)



reply via email to

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