gnu: r-flowworkspace: Update to 4.14.3.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.14.3. Change-Id: I2a717e99d7b71df0c3774ad235e0fe87f5b2aa19master
parent
9c85ed3f54
commit
af70b1d39c
|
@ -18529,14 +18529,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.14.2")
|
(version "4.14.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowWorkspace" version))
|
(uri (bioconductor-uri "flowWorkspace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rbhpvnx71djy893cb1b1qywm5aq8ad8rxjd0lqkylp13w7zv0g6"))))
|
"07hnzvzis6425j5kabdrp49wicd331k7kmkk2r7ydchxxlndz3ww"))))
|
||||||
(properties `((upstream-name . "flowWorkspace")))
|
(properties `((upstream-name . "flowWorkspace")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue