diff --git a/pkgs/development/python-modules/pytest-fixture-config/default.nix b/pkgs/development/python-modules/pytest-fixture-config/default.nix index db2e1768afa..852a1e5fe05 100644 --- a/pkgs/development/python-modules/pytest-fixture-config/default.nix +++ b/pkgs/development/python-modules/pytest-fixture-config/default.nix @@ -3,11 +3,11 @@ buildPythonPackage rec { pname = "pytest-fixture-config"; - version = "1.0.1"; + version = "1.3.0"; src = fetchPypi { inherit pname version; - sha256 = "1dpdf36hpkfhgmca4rwmf0vnzz7xqbiw479v11zp12pq4p5w2z3x"; + sha256 = "1717cd7d2233943cae9af419c6e31dca5e40d5de01ef0bcfd5cd06f37548db08"; }; buildInputs = [ pytest ];