python3Packages.fixtures: 4.1.0 -> 4.2.2

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

+2 -2
+2 -2
pkgs/development/python-modules/fixtures/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "fixtures"; 14 - version = "4.1.0"; 14 + version = "4.2.2"; 15 15 format = "pyproject"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-grHF5p9hVSbvbAZxiKHmxgZ99/iDMlCcmfi4/buXdvM="; 19 + hash = "sha256-r5Noc3+tb9UBY4ypnHgADD8/sD+kCmD56dOapk80K8E="; 20 20 }; 21 21 22 22 nativeBuildInputs = [