diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:41:18 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:49:00 +0200 |
commit | fbe5a0872f5fa68f6ed893aa2492f487fdfed046 (patch) | |
tree | 04418d0e3f346fb8f1d3cf31dc93e67613740e17 /gnu | |
parent | fcbd8960c2a9187dfff3a02082b7ee137ac3bac6 (diff) | |
download | patches-fbe5a0872f5fa68f6ed893aa2492f487fdfed046.tar patches-fbe5a0872f5fa68f6ed893aa2492f487fdfed046.tar.gz |
gnu: r-atacseqqc: Update to 1.8.5.
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.8.5.
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 73991f42c5..3d913b04d6 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3529,14 +3529,14 @@ position-specific scores within R and Bioconductor.") (define-public r-atacseqqc (package (name "r-atacseqqc") - (version "1.8.1") + (version "1.8.5") (source (origin (method url-fetch) (uri (bioconductor-uri "ATACseqQC" version)) (sha256 (base32 - "0h5j3724hnd86w22vy3whqx6gkf0nf2dxd2clgzdvjzblbcd5s69")))) + "1i8f0vs0z4jbc2yvj1diay7jhcmb1a82zv96xllk771f25nvmmxp")))) (properties `((upstream-name . "ATACseqQC"))) (build-system r-build-system) (propagated-inputs |