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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user