From 2135b880fe43a4e9e7d31385aa3fe3aa28829191 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 19 Jun 2024 05:07:06 +0200 Subject: [PATCH] python3Packages.pytest-openfiles: 0.5.0 -> 0.6.0 --- pkgs/development/python-modules/pytest-openfiles/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [