Merge pull request #135205 from r-ryantm/auto-update/python3.8-pytest-mpl

python38Packages.pytest-mpl: 0.12 -> 0.13
This commit is contained in:
Robert Scott 2021-08-25 00:14:12 +01:00 committed by GitHub
commit 3f61e16847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pytest-mpl";
version = "0.12";
version = "0.13";
src = fetchPypi {
inherit pname version;
sha256 = "4a223909e5148c99bd18891848c7871457729322c752c9c470bd8dd6bdf9f940";
sha256 = "582db6e14315f9b08cbd2df39b136dc344bfe8a27c2f05b995460fb0969ec19e";
};
buildInputs = [