From 4be3c0f0cdc0db32524fbe02815d9b033bfbed67 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Apr 2025 21:58:07 +0200 Subject: [PATCH] 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 --- .../python-modules/pytest-lazy-fixtures/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix b/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix index f99219251297..6bb33a00394f 100644 --- a/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix +++ b/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix @@ -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 ];