python3Packages.fixtures: 4.2.4.post1 -> 4.2.6

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:27 +02:00
parent ed1797a7b4
commit 313d0c772f
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "fixtures";
version = "4.2.4.post1";
version = "4.2.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-A0xL0d6qYKW/y2CM5T2Z6Dkr9HyRplNgWuvdagUkjy4=";
hash = "sha256-lUcrFbFFBjpnL74zsSRMz/gp++yX1TDYYtJvQW0WyQs=";
};
build-system = [