diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-29 01:20:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-29 01:34:43 +0200 |
commit | 5b86bcfa684eeaa5f881c9fb2549f826f991fe4b (patch) | |
tree | 8f1d47f704d4732dcedd8b9ff191ac81386e8905 /gnu | |
parent | 7f17e60ab76e6e107fee6884be83443da0b69370 (diff) | |
download | patches-5b86bcfa684eeaa5f881c9fb2549f826f991fe4b.tar patches-5b86bcfa684eeaa5f881c9fb2549f826f991fe4b.tar.gz |
gnu: r-phangorn: Update to 2.5.5.
* gnu/packages/bioinformatics.scm (r-phangorn): Update to 2.5.5.
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 2aacd38cd8..8c140a1d24 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10693,14 +10693,14 @@ memory usage and processing time is minimized.") (define-public r-phangorn (package (name "r-phangorn") - (version "2.5.3") + (version "2.5.5") (source (origin (method url-fetch) (uri (cran-uri "phangorn" version)) (sha256 (base32 - "1bv86yfk5r015s7ij6v4zz7bagwrw9m13yfs5853drxb19d5h1m3")))) + "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5")))) (build-system r-build-system) (propagated-inputs `(("r-ape" ,r-ape) |