From 46a8c61603b2f82a85c8e213747ef9dbbdc923bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 16 Jul 2022 07:42:11 +0000 Subject: [PATCH] python310Packages.pytest-test-utils: 0.0.7 -> 0.0.8 --- 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 e8c219192b75..51e9972cbad3 100644 --- a/pkgs/development/python-modules/pytest-test-utils/default.nix +++ b/pkgs/development/python-modules/pytest-test-utils/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pytest-test-utils"; - version = "0.0.7"; + version = "0.0.8"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-z5kCFJ8jDzEIUWDjru5vKlZErUvK1iy0WokrCKsvVQo="; + hash = "sha256-5gB+hnJR2+NQd/n7RGrX1bzfKt8Np7IbWw61SZgNVJY="; }; buildInputs = [