ansible-navigator: 25.1.0 -> 25.4.0 (#396466)
Co-authored-by: Melkor333 <Melkor333@users.noreply.github.com>
This commit is contained in:
commit
05b874d635
@ -7,7 +7,7 @@
|
|||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "ansible-navigator";
|
pname = "ansible-navigator";
|
||||||
version = "25.1.0";
|
version = "25.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = python3Packages.pythonOlder "3.10";
|
disabled = python3Packages.pythonOlder "3.10";
|
||||||
@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "ansible_navigator";
|
pname = "ansible_navigator";
|
||||||
hash = "sha256-WcA14CiUUNXa+yR1IzoyQ7LWBXFI8yzV+xpRj2W8lzQ=";
|
hash = "sha256-nZmL7AExd7lkg6U3XNZxF5lbP2GMxNhbKf3zuU3kkgc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user