python3Packages.pytest-lazy-fixtures: 1.0.7 -> 1.1.1
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user