gnu: r-flowworkspace: Update to 4.10.0.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.10.0.
This commit is contained in:
parent
d029859dd2
commit
8a089e4e11
1 changed files with 2 additions and 2 deletions
|
@ -12985,14 +12985,14 @@ for other R packages to compile and link against.")
|
||||||
(define-public r-flowworkspace
|
(define-public r-flowworkspace
|
||||||
(package
|
(package
|
||||||
(name "r-flowworkspace")
|
(name "r-flowworkspace")
|
||||||
(version "4.8.0")
|
(version "4.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowWorkspace" version))
|
(uri (bioconductor-uri "flowWorkspace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0riyi9628cx1j5x6hmdd28yq75xh25j8ckcdz8dnb94dpvnhaqss"))))
|
"07w2pnnzmivfc621c8pvndqrn1k245cwjrb0nnk2i85i3si4j9c3"))))
|
||||||
(properties `((upstream-name . "flowWorkspace")))
|
(properties `((upstream-name . "flowWorkspace")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue