diff --git a/pkgs/development/python-modules/pytest-openfiles/default.nix b/pkgs/development/python-modules/pytest-openfiles/default.nix index ebd0a0976c64..477624862407 100644 --- a/pkgs/development/python-modules/pytest-openfiles/default.nix +++ b/pkgs/development/python-modules/pytest-openfiles/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "pytest-openfiles"; - version = "0.5.0"; + version = "0.6.0"; format = "setuptools"; disabled = isPy27; # abandoned src = fetchPypi { inherit pname version; - sha256 = "179c2911d8aee3441fee051aba08e0d9b4dab61b829ae4811906d5c49a3b0a58"; + sha256 = "sha256-/1Fgw06q2oK5g6LDFvzMsw4AlGMOl3hEcfAVlWhwqZM="; }; patches = [