diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:35 +0200 |
commit | b3b6f34f35fd0b6100014369a579d502fb38d034 (patch) | |
tree | 1beb8f4cf7b419e6ff317d058fb58a365486d74b /gnu | |
parent | c7dfb8560449cb6b291a647400b924f95b0703f8 (diff) | |
download | guix-b3b6f34f35fd0b6100014369a579d502fb38d034.tar guix-b3b6f34f35fd0b6100014369a579d502fb38d034.tar.gz |
gnu: r-bigmelon: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.30.0.
[native-inputs]: Remove r-knitr.
Change-Id: I5fd606d69b30ad6768cfd11594c6be66a9ae56fe
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 75686f21c3..f4eefcb444 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19680,14 +19680,14 @@ with multiple R processes supported by the package @code{parallel}.") (define-public r-bigmelon (package (name "r-bigmelon") - (version "1.28.0") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "bigmelon" version)) (sha256 (base32 - "1j80f7k39p23s6fym3nia73g8d1v44hdiv73igcq6fnsllxg40hr")))) + "0fa1dwbk6hdiwg6dmbks7hy4cg3ydyd2sv94cyl0003awhf00nn9")))) (properties `((upstream-name . "bigmelon"))) (build-system r-build-system) (propagated-inputs @@ -19699,7 +19699,6 @@ with multiple R processes supported by the package @code{parallel}.") r-methylumi r-minfi r-watermelon)) - (native-inputs (list r-knitr)) (home-page "https://bioconductor.org/packages/bigmelon/") (synopsis "Illumina methylation array analysis for large experiments") (description |