python3Packages.fixtures: 4.2.6 -> 4.2.8

https://github.com/testing-cabal/fixtures/blob/4.2.8/NEWS

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:52 +01:00
parent 4d26892bc7
commit 16b3c0374f
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "fixtures";
version = "4.2.6";
version = "4.2.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lUcrFbFFBjpnL74zsSRMz/gp++yX1TDYYtJvQW0WyQs=";
hash = "sha256-6hRlZKZmYQbEgffDX5ek1lSFyEsMyGpQdZcWS2zA2Ek=";
};
build-system = [