mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-flowutils: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.56.0.
This commit is contained in:
parent
db56495f39
commit
6a7589de24
1 changed files with 2 additions and 2 deletions
|
@ -9281,14 +9281,14 @@ (define-public r-rsubread
|
|||
(define-public r-flowutils
|
||||
(package
|
||||
(name "r-flowutils")
|
||||
(version "1.54.0")
|
||||
(version "1.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowUtils" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q4g666nd51j24hcp2wxla1bdi77kbfd4i0pxgp7rs2jf7200k09"))))
|
||||
"1sdwgyvrsz0pp60zdfrcgb7bs8s87j7257p8ck813ydizc324x9w"))))
|
||||
(properties `((upstream-name . "flowUtils")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue