[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/324: gnu: r-ncdfflow: Update to 2.38.0.
From: |
guix-commits |
Subject: |
19/324: gnu: r-ncdfflow: Update to 2.38.0. |
Date: |
Sat, 5 Jun 2021 03:14:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b9751b629c37c6cd48093e3cbc8bdee63164776c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:49:20 2021 +0200
gnu: r-ncdfflow: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.38.0.
[arguments]: Remove.
---
gnu/packages/bioconductor.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 37d39ef..49d39fa 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9400,27 +9400,16 @@ change point detection.")
(define-public r-ncdfflow
(package
(name "r-ncdfflow")
- (version "2.36.0")
+ (version "2.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ncdfFlow" version))
(sha256
(base32
- "1knqc3ic2vpck7n7m7adxjz3ac70ra89d5gvlgp9r2q3kgaciwac"))))
+ "1lm88qnfv6rnnr7wmgbvwyj272imjjjn7h3agxqqzsbmn8vyrnf0"))))
(properties `((upstream-name . "ncdfFlow")))
(build-system r-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-linking
- (lambda _
- (substitute* "src/Makevars"
- ;; This is to avoid having a plain directory on the list of
- ;; libraries to link.
- (("\\(RHDF5_LIBS\\)" match)
- (string-append match "/libhdf5.a")))
- #t)))))
(propagated-inputs
`(("r-bh" ,r-bh)
("r-biobase" ,r-biobase)
- 02/324: guix: Update to Bioconductor 3.13., (continued)
- 02/324: guix: Update to Bioconductor 3.13., guix-commits, 2021/06/05
- 04/324: gnu: Add r-ggnewscale., guix-commits, 2021/06/05
- 03/324: gnu: Add r-aplot., guix-commits, 2021/06/05
- 09/324: gnu: Add r-scaledmatrix., guix-commits, 2021/06/05
- 05/324: gnu: Add r-ggpointdensity., guix-commits, 2021/06/05
- 10/324: gnu: Add r-treeio., guix-commits, 2021/06/05
- 11/324: gnu: Add r-ggtree., guix-commits, 2021/06/05
- 06/324: gnu: Add r-arrow., guix-commits, 2021/06/05
- 18/324: gnu: r-cytolib: Update to 2.4.0., guix-commits, 2021/06/05
- 16/324: gnu: r-mzr: Update to 2.26.0., guix-commits, 2021/06/05
- 19/324: gnu: r-ncdfflow: Update to 2.38.0.,
guix-commits <=
- 23/324: gnu: r-aneufinder: Update to 1.20.0., guix-commits, 2021/06/05
- 15/324: gnu: r-msnid: Update to 1.26.0., guix-commits, 2021/06/05
- 21/324: gnu: r-cytoml: Update to 2.4.0., guix-commits, 2021/06/05
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0., guix-commits, 2021/06/05
- 14/324: gnu: r-bioccheck: Update to 1.28.0., guix-commits, 2021/06/05
- 17/324: gnu: r-rhdf5: Update to 2.36.0., guix-commits, 2021/06/05
- 20/324: gnu: r-flowworkspace: Update to 4.4.0., guix-commits, 2021/06/05
- 22/324: gnu: r-hdf5array: Update to 1.20.0., guix-commits, 2021/06/05