python3Packages.pytest-lazy-fixtures: 1.0.7 -> 1.1.1

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:08 +02:00
parent 52ef90388a
commit 99f99dc280
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pytest-lazy-fixtures";
version = "1.0.7";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dev-petrov";
repo = "pytest-lazy-fixtures";
rev = version;
hash = "sha256-BOKUg5HPBQfteKOEsdZ30h/hWbVZPuHMhtGXF3KfMXg=";
rev = "refs/tags/${version}";
hash = "sha256-2gaGIv4vfMdhLXQeYMbbx9B6tIsCGw4rytaO8bfRuEI=";
};
build-system = [ poetry-core ];