From cd4d80665f375da3f13aa19f7b2d534e62f5831a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 May 2024 01:25:05 +0200 Subject: [PATCH] python312Packages.pytest-test-utils: 0.0.8 -> 0.1.0 Diff: https://github.com/iterative/pytest-test-utils/compare/refs/tags/0.0.8...0.1.0 --- pkgs/development/python-modules/pytest-test-utils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-test-utils/default.nix b/pkgs/development/python-modules/pytest-test-utils/default.nix index 6c50a815fa28..7d82fc8add97 100644 --- a/pkgs/development/python-modules/pytest-test-utils/default.nix +++ b/pkgs/development/python-modules/pytest-test-utils/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pytest-test-utils"; - version = "0.0.8"; + version = "0.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-5gB+hnJR2+NQd/n7RGrX1bzfKt8Np7IbWw61SZgNVJY="; + hash = "sha256-19oNAFff++7ntMdlnMXYc2w5I+EzGwWJh+rB1IjNZGk="; }; nativeBuildInputs = [