[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/34: gnu: r-mzr: Update to 2.18.1.
From: |
guix-commits |
Subject: |
33/34: gnu: r-mzr: Update to 2.18.1. |
Date: |
Sat, 28 Sep 2019 06:33:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b0a5be065e022e5f8a8937ffb780d8c4572fd249
Author: Ricardo Wurmus <address@hidden>
Date: Sat Sep 28 12:23:39 2019 +0200
gnu: r-mzr: Update to 2.18.1.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.18.1.
---
gnu/packages/bioinformatics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ea73186..a411650 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9176,14 +9176,14 @@ proteomics packages.")
(define-public r-mzr
(package
(name "r-mzr")
- (version "2.18.0")
+ (version "2.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "mzR" version))
(sha256
(base32
- "0g5r6yk4gyz0xdwlmrcij4zv7apdgsgygr043095l33hard6nsl5"))
+ "1pr1pcrg3r3pccm5ag6l8ic6rpqbk9jnlb9mm7g4ak5jwrajbzjq"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -9204,7 +9204,8 @@ proteomics packages.")
-lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
#t)))))
(inputs
- `(;; XXX Boost 1.69 will not work here.
+ `(;; Our default boost package won't work here, unfortunately, even with
+ ;; mzR version 2.18.1.
("boost" ,boost-for-mysql) ; use this instead of the bundled boost
sources
("zlib" ,zlib)))
(propagated-inputs
- 18/34: gnu: r-optparse: Update to 1.6.4., (continued)
- 18/34: gnu: r-optparse: Update to 1.6.4., guix-commits, 2019/09/28
- 13/34: gnu: r-rcpphnsw: Update to 0.2.0., guix-commits, 2019/09/28
- 10/34: gnu: r-raster: Update to 3.0-7., guix-commits, 2019/09/28
- 16/34: gnu: r-sf: Update to 0.8-0., guix-commits, 2019/09/28
- 20/34: gnu: r-parameters: Update to 0.2.0., guix-commits, 2019/09/28
- 24/34: gnu: r-knitr: Update to 1.25., guix-commits, 2019/09/28
- 17/34: gnu: r-spdep: Update to 1.1-3., guix-commits, 2019/09/28
- 31/34: gnu: r-rsamtools: Update to 2.0.1., guix-commits, 2019/09/28
- 28/34: gnu: r-lambda-r: Update to 1.2.4., guix-commits, 2019/09/28
- 27/34: gnu: r-pkgconfig: Update to 2.0.3., guix-commits, 2019/09/28
- 33/34: gnu: r-mzr: Update to 2.18.1.,
guix-commits <=
- 22/34: gnu: r-mgcv: Update to 1.8-29., guix-commits, 2019/09/28
- 34/34: gnu: r-gviz: Update to 1.28.3., guix-commits, 2019/09/28
- 30/34: gnu: r-iranges: Update to 2.18.3., guix-commits, 2019/09/28
- 32/34: gnu: r-rhtslib: Update to 1.16.2., guix-commits, 2019/09/28
- 26/34: gnu: r-devtools: Update to 2.2.1., guix-commits, 2019/09/28
- 11/34: gnu: r-bayestestr: Update to 0.3.0., guix-commits, 2019/09/28
- 14/34: gnu: r-tidytree: Update to 0.2.8., guix-commits, 2019/09/28