[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/174: gnu: r-mzr: Update to 2.34.1.
From: |
guix-commits |
Subject: |
136/174: gnu: r-mzr: Update to 2.34.1. |
Date: |
Tue, 11 Jul 2023 14:48:42 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 973a622b2800f203b30a618fbe5e43f862eec6a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 16:36:10 2023 +0200
gnu: r-mzr: Update to 2.34.1.
* gnu/packages/bioconductor.scm (r-mzr): Update to 2.34.1.
[properties]: Tell updater to not remove the "boost" input.
---
gnu/packages/bioconductor.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 85a53fdd55..20add7af89 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8016,18 +8016,20 @@ specific parser.")
(define-public r-mzr
(package
(name "r-mzr")
- (version "2.34.0")
+ (version "2.34.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "mzR" version))
(sha256
(base32
- "0dz9wqaawhkvswv4035xknlicia0m79r8n666s1yf59cfpmdqgs3"))
+ "1jsna4xwyph1gg72wwqlpavb65g5nc3db1vmcs1qcw1mdgasdjhk"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "src/boost"))))
- (properties `((upstream-name . "mzR")))
+ (properties
+ `((upstream-name . "mzR")
+ (updater-extra-inputs . ("boost"))))
(build-system r-build-system)
(arguments
`(#:phases
- 74/174: gnu: r-spdata: Update to 2.3.0., (continued)
- 74/174: gnu: r-spdata: Update to 2.3.0., guix-commits, 2023/07/11
- 73/174: gnu: r-remacor: Update to 0.0.16., guix-commits, 2023/07/11
- 80/174: gnu: r-uwot: Update to 0.1.16., guix-commits, 2023/07/11
- 79/174: gnu: r-styler: Update to 1.10.1., guix-commits, 2023/07/11
- 85/174: gnu: r-gdina: Update to 2.9.4., guix-commits, 2023/07/11
- 91/174: gnu: r-fastshap: Update to 0.1.0., guix-commits, 2023/07/11
- 95/174: gnu: r-rfast: Update to 2.0.8., guix-commits, 2023/07/11
- 141/174: gnu: r-alevinqc: Update to 1.16.1., guix-commits, 2023/07/11
- 134/174: gnu: r-logspline: Update to 2.1.20., guix-commits, 2023/07/11
- 120/174: gnu: r-matrix: Update to 1.6-0., guix-commits, 2023/07/11
- 136/174: gnu: r-mzr: Update to 2.34.1.,
guix-commits <=
- 156/174: gnu: r-summarizedexperiment: Update to 1.30.2., guix-commits, 2023/07/11
- 160/174: gnu: r-glmgampoi: Update to 1.12.2., guix-commits, 2023/07/11
- 171/174: gnu: r-basilisk: Update to 1.12.1., guix-commits, 2023/07/11
- 75/174: gnu: r-polspline: Update to 1.1.23., guix-commits, 2023/07/11
- 84/174: gnu: r-r-huge: Update to 0.10.0., guix-commits, 2023/07/11
- 100/174: gnu: r-downlit: Update to 0.4.3., guix-commits, 2023/07/11
- 102/174: gnu: r-intervals: Update to 0.15.4., guix-commits, 2023/07/11
- 97/174: gnu: r-scattermore: Update to 1.2., guix-commits, 2023/07/11
- 121/174: gnu: r-testthat: Update to 3.1.10., guix-commits, 2023/07/11
- 123/174: gnu: r-locfit: Update to 1.5-9.8., guix-commits, 2023/07/11