diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-01-16 17:38:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:27 +0200 |
commit | afda4d87afba616f5add11b8d08fc74061e30c1b (patch) | |
tree | e75918ec7df6b23b29a07ce2f1a4c7647a0af923 /gnu/packages/python-xyz.scm | |
parent | ce21952f81ffe7f7674348437535e30e1fcd662b (diff) | |
download | guix-afda4d87afba616f5add11b8d08fc74061e30c1b.tar.gz guix-afda4d87afba616f5add11b8d08fc74061e30c1b.zip |
gnu: python-matplotlib: Fix flaky Legend loc test.
* gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python-xyz.scm (python-matplotlib): Use it.
Change-Id: I0b488844d7b34a718b7294134b8c954492c9b697
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1c20631cdb..41ac5fa521 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9303,7 +9303,8 @@ comparison. (method url-fetch) (uri (pypi-uri "matplotlib" version)) (sha256 - (base32 "18amhxyxa6yzy1nwky4ggdgvvxnbl3qz2lki05vfx0dqf6w7ia81")))) + (base32 "18h78s5ld1i6mz00w258hy29909nfr3ddq6ry9kq18agw468bks8")) + (patches (search-patches "python-matplotlib-fix-legend-loc-best-test.patch")))) (build-system pyproject-build-system) (arguments (list |