python3Packages.fixtures: 4.2.8 -> 4.3.2

https://github.com/testing-cabal/fixtures/blob/4.3.2/NEWS
This commit is contained in:
Martin Weinelt
2026-07-12 22:33:14 +02:00
parent 3d272d582c
commit d415ff4e7c

View File

@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "fixtures";
version = "4.2.8";
version = "4.3.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-6hRlZKZmYQbEgffDX5ek1lSFyEsMyGpQdZcWS2zA2Ek=";
hash = "sha256-t9tkAUcyUT8j0SsMSa5Se6DAwfJmfsl9kTbWcVfrzl0=";
};
build-system = [