gnu: r-mzr: Update to 2.14.0.

* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.14.0.
[inputs]: Add zlib.
[propagated-inputs]: Add r-rhdf5lib.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:04:03 +02:00
parent a02b82088f
commit 39cc491790
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -9395,14 +9395,14 @@ proteomics packages.")
(define-public r-mzr (define-public r-mzr
(package (package
(name "r-mzr") (name "r-mzr")
(version "2.12.0") (version "2.14.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
"1x3gp30sfxz2v3k3swih9kff9b2rvk7hzhnlkp6ywlnn2wgb0q8c")) "190m2bq5bqxhljaj4f7vz9wj5h5laaxd8zp5jampnql6xc4zmarg"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -9424,12 +9424,14 @@ 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))) ("netcdf" ,netcdf)
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-protgenerics" ,r-protgenerics) ("r-protgenerics" ,r-protgenerics)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rhdf5lib" ,r-rhdf5lib)
("r-zlibbioc" ,r-zlibbioc))) ("r-zlibbioc" ,r-zlibbioc)))
(home-page "https://github.com/sneumann/mzR/") (home-page "https://github.com/sneumann/mzR/")
(synopsis "Parser for mass spectrometry data files") (synopsis "Parser for mass spectrometry data files")