diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:01:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:51 +0200 |
commit | 2986b51ffedfac00334ede8df544d2a3e1e82afa (patch) | |
tree | c72ed0943fb2e72c836a6f38124b338e54830915 | |
parent | 8c0fae3cd46ca3a42b8ddeddd9c76f914b4fa7f8 (diff) | |
download | patches-2986b51ffedfac00334ede8df544d2a3e1e82afa.tar patches-2986b51ffedfac00334ede8df544d2a3e1e82afa.tar.gz |
gnu: r-methylumi: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.30.0.
-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 799e6c2bf2..7a55752dd1 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2471,14 +2471,14 @@ methylation arrays.") (define-public r-methylumi (package (name "r-methylumi") - (version "2.28.0") + (version "2.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "methylumi" version)) (sha256 (base32 - "14p2qi18cprfvb2gxng1vm48c7zwh23h88q9qjgipj9xl5axsgw2")))) + "13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f")))) (build-system r-build-system) (propagated-inputs `(("r-annotate" ,r-annotate) |