mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-flowstats: Update to 4.16.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.16.0. Change-Id: I41a6906f6856b3bb7ecdcc9b5376213c80b4b55c
This commit is contained in:
parent
13652b01d2
commit
4544b49e78
1 changed files with 2 additions and 2 deletions
|
@ -18998,14 +18998,14 @@ (define-public r-flowworkspace
|
|||
(define-public r-flowstats
|
||||
(package
|
||||
(name "r-flowstats")
|
||||
(version "4.14.1")
|
||||
(version "4.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q4m6arasq60w0x24qjxbfckfgcpfk428fca733i0q2mgv1mll05"))))
|
||||
"0q8g3sqmbhinfrb63yhv4lsczjz7pqwhwwsdlz2cg7s8yhp0cj6v"))))
|
||||
(properties `((upstream-name . "flowStats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue