From c3b44a3b3cc78997d37e9cdeedcccad647e7f7dc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:23 +0200 Subject: [PATCH] python3Packages.ansible: 11.3.0 -> 11.4.0 https://github.com/ansible-community/ansible-build-data/blob/11.4.0/11/CHANGELOG-v11.rst This commit was automatically generated using update-python-libraries. --- 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 0a6a6c4fed1c..b0e18f9b292b 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 = "11.3.0"; + version = "11.4.0"; in buildPythonPackage { inherit pname version; @@ -34,7 +34,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-kLQJ9jDcbVWCJECaOUgxTt4bzabbLQPBdwjO9hF6YQM="; + hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8="; }; # we make ansible-core depend on ansible, not the other way around,