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.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:25:18 +01:00
parent 37200dbcc3
commit 9255198423
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -9529,14 +9529,14 @@ proteomics packages.")
(define-public r-mzr (define-public r-mzr
(package (package
(name "r-mzr") (name "r-mzr")
(version "2.14.0") (version "2.16.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "mzR" version)) (uri (bioconductor-uri "mzR" version))
(sha256 (sha256
(base32 (base32
"190m2bq5bqxhljaj4f7vz9wj5h5laaxd8zp5jampnql6xc4zmarg")) "0li1y6p95ljiva4lvfmql9sipn4dq42sknbh60b36ycjppnf8lj5"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -9558,11 +9558,11 @@ proteomics packages.")
#t))))) #t)))))
(inputs (inputs
`(("boost" ,boost) ; use this instead of the bundled boost sources `(("boost" ,boost) ; use this instead of the bundled boost sources
("netcdf" ,netcdf)
("zlib" ,zlib))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-ncdf4" ,r-ncdf4)
("r-protgenerics" ,r-protgenerics) ("r-protgenerics" ,r-protgenerics)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rhdf5lib" ,r-rhdf5lib) ("r-rhdf5lib" ,r-rhdf5lib)