diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 16:00:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 16:18:42 +0100 |
commit | b1f275362748b975e4100199cbf8b3080b671ca7 (patch) | |
tree | b715a3f6c87b12e5184a83d3a3dbafee095f4507 /gnu | |
parent | 5ef76bc28ca0de59827741ac6a53f6e55f984d8d (diff) |
gnu: r-methylkit: Update to 1.4.1.
* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.4.1.
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 f8697faffb..bf53f9e91c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8944,13 +8944,13 @@ number detection tools.") (define-public r-methylkit (package (name "r-methylkit") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (bioconductor-uri "methylKit" version)) (sha256 (base32 - "0h53w2mrjrg2n0ndi12k9j6cwclgwcgpy25nz7nyj971aisw02xn")))) + "1k0nfn9318sgwm4z963bhnbp4c3zv85v3f9886vc5hgaisr0yvai")))) (properties `((upstream-name . "methylKit"))) (build-system r-build-system) (propagated-inputs |