mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-mzr: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-mzr): Update to 2.28.0.
This commit is contained in:
parent
62d157a2e2
commit
3de4beb013
1 changed files with 3 additions and 3 deletions
|
@ -3651,14 +3651,14 @@ (define-public r-mzid
|
||||||
(define-public r-mzr
|
(define-public r-mzr
|
||||||
(package
|
(package
|
||||||
(name "r-mzr")
|
(name "r-mzr")
|
||||||
(version "2.26.1")
|
(version "2.28.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
|
||||||
"0z4cz6lir9gwzy0hxwv03wv36fkkfdb97p9wv4af020k0zkp3ipr"))
|
"1azq0wjjy6n5xc721gjz6afm43ajz15b4p34vgsdjzwg9qn1vrs1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -3681,7 +3681,7 @@ (define-public r-mzr
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(;; Our default boost package won't work here, unfortunately, even with
|
`(;; Our default boost package won't work here, unfortunately, even with
|
||||||
;; mzR version 2.26.1.
|
;; mzR version 2.28.0.
|
||||||
("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