gnu: r-mzr: Update to 2.16.2.

* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.16.2.
[inputs]: Replace "boost" with "boost-for-mysql".
This commit is contained in:
Ricardo Wurmus 2019-03-08 09:13:19 +01:00
parent 6453d7aecc
commit 183b6575e7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -9048,14 +9048,14 @@ proteomics packages.")
(define-public r-mzr (define-public r-mzr
(package (package
(name "r-mzr") (name "r-mzr")
(version "2.16.1") (version "2.16.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "mzR" version)) (uri (bioconductor-uri "mzR" version))
(sha256 (sha256
(base32 (base32
"0mlwg646k49klxrznckzfv54a9mz6irj42fqpaaa0xjm6cw2lwaa")) "19fn58zl59kd0hsjjc6y975y9187nfls0028a4k3v0s9wfg5b3vn"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -9076,7 +9076,8 @@ proteomics packages.")
-lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n"))) -lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
#t))))) #t)))))
(inputs (inputs
`(("boost" ,boost) ; use this instead of the bundled boost sources `(;; XXX Boost 1.69 will not work here.
("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources
("zlib" ,zlib))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)