···2727 sha256 = "239f3d83635ca4251536aeb577df7c60df77fc4d658097b92094719739aec3f3";
2828 };
29293030- patches = [ (fetchpatch {
3131- # Can be removed in next release after 2.0.3
3030+ patches = [
3131+ # Fixes compatibility with astropy-helpers. This patch has been merged into
3232+ # the master branch as of May 2020, and should be part of the next
3333+ # upstream release (v2.0.3 was tagged in Feb. 2019).
3434+ (fetchpatch {
3235 url = "https://github.com/aplpy/aplpy/pull/448.patch";
3336 sha256 = "1pnzh7ykjc8hwahzbzyryrzv5a8fddgd1bmzbhagkrn6lmvhhpvq";
3437 excludes = [ "tox.ini" "azure-pipelines.yml" ".circleci/config.yml" "MANIFEST.in" ".gitignore"
3538 "setup.cfg" "appveyor.yml" "readthedocs.yml" "CHANGES.rst" ".gitmodules" ".travis.yml" "astropy_helpers" ];
3939+ })
4040+ # Fix for matplotlib >= 3.4 (https://github.com/aplpy/aplpy/pull/466)
4141+ # Note: because of a security thing, github will refuse to serve this patch from the
4242+ # "normal" location
4343+ # (https://github.com/aplpy/aplpy/commit/56c1cc694fdea69e7da8506d3212c4495adb0ca5.patch)
4444+ # due to the fact that it contains the PDF magic bytes, but it will serve it from
4545+ # this githubusercontent domain.
4646+ (fetchpatch {
4747+ url = "https://patch-diff.githubusercontent.com/raw/aplpy/aplpy/pull/466/commit/56c1cc694fdea69e7da8506d3212c4495adb0ca5.patch";
4848+ sha256 = "0jna2n1cgfzr0a27m5z94wwph7qg25hs7lycrdb2dp3943rb35g4";
3649 })
3750 ];
3851