diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-01-29 11:36:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:51 +0200 |
commit | 7b10ca6fe2b2bd138d37142b479d0603ab656a38 (patch) | |
tree | f9f9192df493659780b77744690b687f54d1cc46 | |
parent | 40878bfc38a937ecb3fe58186152919bfd9be005 (diff) |
Partially revert gnu: python-matplotlib: Fix flaky Legend loc test.
I changed the commit hash by mistake, revert that.
* gnu/packages/python-xyz.scm (python-matplotlib): Revert commit hash change.
Change-Id: Ic676a45771b5969a0c713cd025d3a4d2dacada62
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2b64a810248..df3fd2ba55e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9303,7 +9303,7 @@ comparison. (method url-fetch) (uri (pypi-uri "matplotlib" version)) (sha256 - (base32 "18h78s5ld1i6mz00w258hy29909nfr3ddq6ry9kq18agw468bks8")) + (base32 "18amhxyxa6yzy1nwky4ggdgvvxnbl3qz2lki05vfx0dqf6w7ia81")) (patches (search-patches "python-matplotlib-fix-legend-loc-best-test.patch")))) (build-system pyproject-build-system) (arguments |