Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/ansible/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
}
9 changes: 6 additions & 3 deletions pkgs/development/python-modules/ansible/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

let
pname = "ansible";
version = "11.4.0";
version = "11.8.0";
in
buildPythonPackage {
inherit pname version;
Expand All @@ -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,
Expand Down Expand Up @@ -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
];
};
}
Loading