diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-01-01 16:37:08 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-01-01 16:47:47 +1000 |
commit | 25d84d3122b8de29a67d69e8ff5de6660b8d44c5 (patch) | |
tree | 24d8b90335b20d51c2ac3cecdeb128abacae5718 /gnu/local.mk | |
parent | 322a583fcfff9f5173ad388ee876aa29d9f8edcc (diff) |
gnu: python-dendropy: Update to 4.2.0.
* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.2.0.
[source]: Remove patch.
(python2-dendropy)[source]: Use the same source as python-dendropy.
* gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 69633131e6..6ab1c1c488 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -814,7 +814,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3.4-fix-tests.patch \ %D%/packages/patches/python-3.5-fix-tests.patch \ - %D%/packages/patches/python-dendropy-exclude-failing-tests.patch \ %D%/packages/patches/python-file-double-encoding-bug.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-parse-too-many-fields.patch \ |