python312Packages.pytest-lazy-fixtures: 1.1.1 -> 1.1.2

Diff: https://github.com/dev-petrov/pytest-lazy-fixtures/compare/refs/tags/1.1.1...1.1.2
This commit is contained in:
Fabian Affolter
2025-04-03 23:13:28 +02:00
committed by Martin Weinelt
parent d9e36629b1
commit 4be3c0f0cd
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pytest-lazy-fixtures";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "dev-petrov";
repo = "pytest-lazy-fixtures";
tag = version;
hash = "sha256-2gaGIv4vfMdhLXQeYMbbx9B6tIsCGw4rytaO8bfRuEI=";
hash = "sha256-EkvSmSTwoWmQlUZ4qBBqboOomxwn72H8taJ3CY142ms=";
};
build-system = [ poetry-core ];