gnu: r-mzr: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-mzr): Update to 2.28.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:06 +00:00
parent 62d157a2e2
commit 3de4beb013
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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