[Backport release-25.05] python3Packages.ansible: 11.4.0 -> 11.8.0 (#431635)

This commit is contained in:
Wolfgang Walther
2025-08-14 07:02:02 +00:00
committed by GitHub
2 changed files with 10 additions and 4 deletions

View File

@@ -110,6 +110,9 @@ buildPythonPackage rec {
description = "Radically simple IT automation";
homepage = "https://www.ansible.com";
license = licenses.gpl3Plus;
maintainers = [ ];
maintainers = with maintainers; [
HarisDotParis
robsliwi
];
};
}

View File

@@ -25,7 +25,7 @@
let
pname = "ansible";
version = "11.4.0";
version = "11.8.0";
in
buildPythonPackage {
inherit pname version;
@@ -35,7 +35,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
hash = "sha256-KOoDLHfzRLuOpNfTn5pdTpNebItgg2yMiii5z2ya2xo=";
};
# we make ansible-core depend on ansible, not the other way around,
@@ -99,6 +99,9 @@ buildPythonPackage {
homepage = "https://www.ansible.com";
changelog = "https://github.com/ansible-community/ansible-build-data/blob/${version}/${lib.versions.major version}/CHANGELOG-v${lib.versions.major version}.rst";
license = licenses.gpl3Plus;
maintainers = [ ];
maintainers = with maintainers; [
HarisDotParis
robsliwi
];
};
}