mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: r-mzr: Update to 2.18.1.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.18.1.
This commit is contained in:
parent
80004ec013
commit
b0a5be065e
1 changed files with 4 additions and 3 deletions
|
@ -9176,14 +9176,14 @@ (define-public r-protgenerics
|
||||||
(define-public r-mzr
|
(define-public r-mzr
|
||||||
(package
|
(package
|
||||||
(name "r-mzr")
|
(name "r-mzr")
|
||||||
(version "2.18.0")
|
(version "2.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "mzR" version))
|
(uri (bioconductor-uri "mzR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g5r6yk4gyz0xdwlmrcij4zv7apdgsgygr043095l33hard6nsl5"))
|
"1pr1pcrg3r3pccm5ag6l8ic6rpqbk9jnlb9mm7g4ak5jwrajbzjq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -9204,7 +9204,8 @@ (define-public r-mzr
|
||||||
-lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
|
-lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(;; XXX Boost 1.69 will not work here.
|
`(;; Our default boost package won't work here, unfortunately, even with
|
||||||
|
;; mzR version 2.18.1.
|
||||||
("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources
|
("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue