mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-flowutils: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.50.0.
This commit is contained in:
parent
8ad6b23f68
commit
482ba0b3ed
1 changed files with 2 additions and 2 deletions
|
@ -5218,14 +5218,14 @@ (define-public r-rsubread
|
||||||
(define-public r-flowutils
|
(define-public r-flowutils
|
||||||
(package
|
(package
|
||||||
(name "r-flowutils")
|
(name "r-flowutils")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowUtils" version))
|
(uri (bioconductor-uri "flowUtils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r7b0rszdzjq7jphh65p5m4x5ps0zbbagxl26gn2mapbjdyb47rm"))))
|
"1xcs19j9p3izvksyy5wzsbicwby0dsa9g2w7gjzwynzgj5dpfr81"))))
|
||||||
(properties `((upstream-name . "flowUtils")))
|
(properties `((upstream-name . "flowUtils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue