diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-11-21 07:37:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:42 +0100 |
commit | badb4678bdc20a78812efadb6112e72949ed4487 (patch) | |
tree | 69d76b18e1f5ce5c3ddcc81c18154f58a10f5087 | |
parent | 4d9e168db89e2c642df0c285b534a580a507ee95 (diff) |
gnu: r-mzr: Update to 2.24.1.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.24.1.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index bf48504d72..788a947347 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9679,14 +9679,14 @@ proteomics packages.") (define-public r-mzr (package (name "r-mzr") - (version "2.22.0") + (version "2.24.1") (source (origin (method url-fetch) (uri (bioconductor-uri "mzR" version)) (sha256 (base32 - "1r8j8yiz5lcan7j4h37sza2kwczl48dxvld3da3ghjjq67cdc2cm")) + "0ik0yrjhvk8r5pm990chn2aadp0gqzzkkm0027682ky34xp142sg")) (modules '((guix build utils))) (snippet '(begin @@ -9708,7 +9708,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.1. ("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources ("zlib" ,zlib))) (propagated-inputs |