[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/324: gnu: r-flowworkspace: Update to 4.4.0.
From: |
guix-commits |
Subject: |
20/324: gnu: r-flowworkspace: Update to 4.4.0. |
Date: |
Sat, 5 Jun 2021 03:14:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 764e2dba209b3283ebe35a22b49dc4771d42f181
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:50:03 2021 +0200
gnu: r-flowworkspace: Update to 4.4.0.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.4.0.
[arguments]: Remove.
[propagated-inputs]: Add r-delayedarray and r-s4vectors.
---
gnu/packages/bioconductor.scm | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 49d39fa..b1ccf01 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9569,27 +9569,16 @@ for other R packages to compile and link against.")
(define-public r-flowworkspace
(package
(name "r-flowworkspace")
- (version "4.2.0")
+ (version "4.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowWorkspace" version))
(sha256
(base32
- "19svh32jq1dpq3ayhpd5r8bw0iax8d9kdvpvc23gx2pf16g1j5ag"))))
+ "1a9qb2dcvwgb3z0vdbbzn1rzy77d3da72kirs272344hdx9b2cx9"))))
(properties `((upstream-name . "flowWorkspace")))
(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.
- (("\\{h5lib\\}" match)
- (string-append match "/libhdf5.a")))
- #t)))))
(propagated-inputs
`(("r-aws-s3" ,r-aws-s3)
("r-aws-signature" ,r-aws-signature)
@@ -9598,6 +9587,7 @@ for other R packages to compile and link against.")
("r-biocgenerics" ,r-biocgenerics)
("r-cytolib" ,r-cytolib)
("r-data-table" ,r-data-table)
+ ("r-delayedarray" ,r-delayedarray)
("r-digest" ,r-digest)
("r-dplyr" ,r-dplyr)
("r-flowcore" ,r-flowcore)
@@ -9614,6 +9604,7 @@ for other R packages to compile and link against.")
("r-rgraphviz" ,r-rgraphviz)
("r-rhdf5lib" ,r-rhdf5lib)
("r-rprotobuflib" ,r-rprotobuflib)
+ ("r-s4vectors" ,r-s4vectors)
("r-scales" ,r-scales)
("r-xml" ,r-xml)))
(native-inputs
- 16/324: gnu: r-mzr: Update to 2.26.0., (continued)
- 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, 2021/06/05
- 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 <=
- 22/324: gnu: r-hdf5array: Update to 1.20.0., guix-commits, 2021/06/05
- 07/324: gnu: Add r-restfulr., guix-commits, 2021/06/05
- 12/324: gnu: Add r-metapod., guix-commits, 2021/06/05
- 26/324: gnu: r-coverageview: Update to 1.30.0., guix-commits, 2021/06/05
- 08/324: gnu: Add r-trajectoryutils., guix-commits, 2021/06/05
- 27/324: gnu: r-cummerbund: Update to 2.34.0., guix-commits, 2021/06/05
- 34/324: gnu: r-affy: Update to 1.70.0., guix-commits, 2021/06/05
- 42/324: gnu: r-annotationdbi: Update to 1.54.0., guix-commits, 2021/06/05
- 41/324: gnu: r-annotate: Update to 1.70.0., guix-commits, 2021/06/05
- 43/324: gnu: r-annotationfilter: Update to 1.16.0., guix-commits, 2021/06/05