mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-flowworkspace: Update to 4.0.6.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.6.
This commit is contained in:
parent
13d962b9a6
commit
214ee82742
1 changed files with 2 additions and 2 deletions
|
@ -6117,14 +6117,14 @@ (define-public r-rprotobuflib
|
||||||
(define-public r-flowworkspace
|
(define-public r-flowworkspace
|
||||||
(package
|
(package
|
||||||
(name "r-flowworkspace")
|
(name "r-flowworkspace")
|
||||||
(version "4.0.3")
|
(version "4.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowWorkspace" version))
|
(uri (bioconductor-uri "flowWorkspace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fi76m6r5x4w390996989rignffdzl11k3prpimpwjd3566c276w"))))
|
"123ny8n3jjgmsnpghk1dafxkwmcyr513gxi8y4h4qszq4s6ai15v"))))
|
||||||
(properties `((upstream-name . "flowWorkspace")))
|
(properties `((upstream-name . "flowWorkspace")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue