diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 14:59:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:38:57 +0100 |
commit | 746e1f062e8370c5e2fecba1e79d9518e9679796 (patch) | |
tree | ef2834dfb3cf645b9cfc9db1695c3be60880f753 /gnu | |
parent | 32f6059635b35152261b487e2d98028c1d902076 (diff) | |
download | patches-746e1f062e8370c5e2fecba1e79d9518e9679796.tar patches-746e1f062e8370c5e2fecba1e79d9518e9679796.tar.gz |
gnu: r-copywriter: Update to 2.18.0.
* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.18.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 89271ef17e..51ae421da7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8985,14 +8985,14 @@ GenomicRanges Bioconductor package.") (define-public r-copywriter (package (name "r-copywriter") - (version "2.16.0") + (version "2.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "CopywriteR" version)) (sha256 (base32 - "0kv3k58wyyicq1hhq7bddh0v3b2ksz6fa47skvnp8f193csza9g6")))) + "0llg1zpxg7qnvja5f5w1z1xic0jdg6zc4mfn97h2sm44skxxcyl1")))) (properties `((upstream-name . "CopywriteR"))) (build-system r-build-system) (propagated-inputs |