diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 00:59:18 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:57 +0200 |
commit | 6954950f4a92ad55a76e60e9d935863af8c986e6 (patch) | |
tree | 9fd0d60ee7c6e1fa6175f0734581cb25877fc5c2 /gnu | |
parent | 5d63f69be97dd7ff673acb8928a7f465f881c99b (diff) | |
download | guix-6954950f4a92ad55a76e60e9d935863af8c986e6.tar.gz |
gnu: r-flowutils: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.52.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 100b7545ec..6d33fb904e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5807,14 +5807,14 @@ and to both short and long sequence reads.") (define-public r-flowutils (package (name "r-flowutils") - (version "1.50.0") + (version "1.52.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowUtils" version)) (sha256 (base32 - "1xcs19j9p3izvksyy5wzsbicwby0dsa9g2w7gjzwynzgj5dpfr81")))) + "03jj4zyffm9kwzrg4vbsk6clc2v2m95wgalgqwzi31n9a2zyaza4")))) (properties `((upstream-name . "flowUtils"))) (build-system r-build-system) (propagated-inputs |