From aff4a8b9f69e30311a62dd7629124ea4a9b80b4c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:11 +0100 Subject: [PATCH] python3Packages.ansible-compat: 24.10.0 -> 25.0.0 https://github.com/ansible/ansible-compat/releases/tag/v25.0.0 --- pkgs/development/python-modules/ansible-compat/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ansible-compat/default.nix b/pkgs/development/python-modules/ansible-compat/default.nix index 16e9924ef09f..c35d692ec064 100644 --- a/pkgs/development/python-modules/ansible-compat/default.nix +++ b/pkgs/development/python-modules/ansible-compat/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "ansible-compat"; - version = "24.10.0"; + version = "25.0.0"; pyproject = true; src = fetchFromGitHub { owner = "ansible"; repo = "ansible-compat"; tag = "v${version}"; - hash = "sha256-cc97ENpoRoaYaGbnGeHU5z+ijCS8PLWtgXpQ0F3b5rk="; + hash = "sha256-9ETe9LiisPOaRxfwqj3O5iXljoIABkku4DXVaIerlkA="; }; build-system = [ @@ -74,7 +74,7 @@ buildPythonPackage rec { meta = { description = "Function collection that help interacting with various versions of Ansible"; homepage = "https://github.com/ansible/ansible-compat"; - changelog = "https://github.com/ansible/ansible-compat/releases/tag/v${version}"; + changelog = "https://github.com/ansible/ansible-compat/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dawidd6 ]; };