From 2ebba0e5b4f74d1f3d7a0b4638b8a276069bf96c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Jul 2026 14:15:10 +0000 Subject: [PATCH] python3Packages.pytest-ansible: 26.4.0 -> 26.6.0 --- pkgs/development/python-modules/pytest-ansible/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-ansible/default.nix b/pkgs/development/python-modules/pytest-ansible/default.nix index 8f8d42939631..85a7b2e9c19d 100644 --- a/pkgs/development/python-modules/pytest-ansible/default.nix +++ b/pkgs/development/python-modules/pytest-ansible/default.nix @@ -25,14 +25,14 @@ buildPythonPackage (finalAttrs: { pname = "pytest-ansible"; - version = "26.4.0"; + version = "26.6.0"; pyproject = true; src = fetchFromGitHub { owner = "ansible"; repo = "pytest-ansible"; tag = "v${finalAttrs.version}"; - hash = "sha256-HC5kipVIHga1nBWK6QQ2wGv9wPz0cVmRyby46JT6+Hg="; + hash = "sha256-+eo2W3Kz2StAMHUm0UalWseRlOCHsZCrmDwyV6570iE="; }; postPatch = ''