From cdef36260a7dfe2f35df95853a80f142a3c1725b Mon Sep 17 00:00:00 2001 From: Robert Sliwinski Date: Sun, 24 May 2026 07:43:10 +0200 Subject: [PATCH] python3Packages.ansible: 13.6.0 -> 13.7.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/13.7.0/13/CHANGELOG-v13.md Resolves #523456 (cherry picked from commit 186f6b11236ffbbdcd59185678577527372afeab) --- pkgs/development/python-modules/ansible/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index 8d01b3bfb070..9354743714f9 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -24,7 +24,7 @@ let pname = "ansible"; - version = "13.6.0"; + version = "13.7.0"; in buildPythonPackage { inherit pname version; @@ -32,7 +32,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-UUFVLBvTf1aDnrWxHvDZPpI5EpXJeUfVB7ja9yZbErg="; + hash = "sha256-68pYmDRpY2kZFb/qGQSPUBm05G9X6FbcG3kLzeN2kiQ="; }; # we make ansible-core depend on ansible, not the other way around,