mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-flowworkspace: Update to 4.2.0.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.2.0. [inputs]: Add zlib. [propagated-inputs]: Add r-aws-s3 and r-aws-signature. Remove r-stringr.
This commit is contained in:
parent
ffa42c7741
commit
1b347814f8
1 changed files with 7 additions and 4 deletions
|
@ -6233,18 +6233,22 @@ (define-public r-rprotobuflib
|
|||
(define-public r-flowworkspace
|
||||
(package
|
||||
(name "r-flowworkspace")
|
||||
(version "4.0.6")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowWorkspace" version))
|
||||
(sha256
|
||||
(base32
|
||||
"123ny8n3jjgmsnpghk1dafxkwmcyr513gxi8y4h4qszq4s6ai15v"))))
|
||||
"19svh32jq1dpq3ayhpd5r8bw0iax8d9kdvpvc23gx2pf16g1j5ag"))))
|
||||
(properties `((upstream-name . "flowWorkspace")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("r-bh" ,r-bh)
|
||||
`(("r-aws-s3" ,r-aws-s3)
|
||||
("r-aws-signature" ,r-aws-signature)
|
||||
("r-bh" ,r-bh)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-cytolib" ,r-cytolib)
|
||||
|
@ -6266,7 +6270,6 @@ (define-public r-flowworkspace
|
|||
("r-rhdf5lib" ,r-rhdf5lib)
|
||||
("r-rprotobuflib" ,r-rprotobuflib)
|
||||
("r-scales" ,r-scales)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-xml" ,r-xml)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue