rekado pushed a commit to branch wip-r
in repository guix.
commit 5932dc7aec1115eb6cbb568187a8db24996f4e4f
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 16:00:18 2020 +0100
gnu: r-mzr: Update to 2.24.0.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.24.0.
---
gnu/packages/bioinformatics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 974da58..b242645 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9535,14 +9535,14 @@ proteomics packages.")
(define-public r-mzr
(package
(name "r-mzr")
- (version "2.22.0")
+ (version "2.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "mzR" version))
(sha256
(base32
- "1r8j8yiz5lcan7j4h37sza2kwczl48dxvld3da3ghjjq67cdc2cm"))
+ "1318gd9aljivf78wwbxbqr2yqi6jc3nfg46wjdji8gb44gksc41y"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -9564,7 +9564,7 @@ proteomics packages.")
#t)))))
(inputs
`(;; Our default boost package won't work here, unfortunately, even with
- ;; mzR version 2.22.0.
+ ;; mzR version 2.24.0.
("boost" ,boost-for-mysql) ; use this instead of the bundled boost
sources
("zlib" ,zlib)))
(propagated-inputs