Archived
1
0
Fork 0

gnu: r-mzr: Update to 2.24.1.

* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.24.1.
This commit is contained in:
Ricardo Wurmus 2020-11-21 07:37:49 +01:00
parent 4d9e168db8
commit badb4678bd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9679,14 +9679,14 @@ proteomics packages.")
(define-public r-mzr (define-public r-mzr
(package (package
(name "r-mzr") (name "r-mzr")
(version "2.22.0") (version "2.24.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
"1r8j8yiz5lcan7j4h37sza2kwczl48dxvld3da3ghjjq67cdc2cm")) "0ik0yrjhvk8r5pm990chn2aadp0gqzzkkm0027682ky34xp142sg"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -9708,7 +9708,7 @@ proteomics packages.")
#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.22.0. ;; mzR version 2.24.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