diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 12:25:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 12:27:16 +0100 |
commit | 9255198423294d16a6dfc2d1c71ce834d5496436 (patch) | |
tree | ad6eced5db4523eac744c3fa3d56feae5d4be4c0 | |
parent | 37200dbcc37ac210609f1452e14c9ba0a98a97ee (diff) | |
download | gnu-guix-9255198423294d16a6dfc2d1c71ce834d5496436.tar gnu-guix-9255198423294d16a6dfc2d1c71ce834d5496436.tar.gz |
gnu: r-mzr: Update to 2.16.0.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.16.0.
[inputs]: Remove netcdf.
[propagated-inputs]: Add r-ncdf4.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9f2dd6cf64..8ae07ba12a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9529,14 +9529,14 @@ proteomics packages.") (define-public r-mzr (package (name "r-mzr") - (version "2.14.0") + (version "2.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "mzR" version)) (sha256 (base32 - "190m2bq5bqxhljaj4f7vz9wj5h5laaxd8zp5jampnql6xc4zmarg")) + "0li1y6p95ljiva4lvfmql9sipn4dq42sknbh60b36ycjppnf8lj5")) (modules '((guix build utils))) (snippet '(begin @@ -9558,11 +9558,11 @@ proteomics packages.") #t))))) (inputs `(("boost" ,boost) ; use this instead of the bundled boost sources - ("netcdf" ,netcdf) ("zlib" ,zlib))) (propagated-inputs `(("r-biobase" ,r-biobase) ("r-biocgenerics" ,r-biocgenerics) + ("r-ncdf4" ,r-ncdf4) ("r-protgenerics" ,r-protgenerics) ("r-rcpp" ,r-rcpp) ("r-rhdf5lib" ,r-rhdf5lib) |