mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ansible-navigator: 25.4.1 -> 25.5.0 (#411110)
This commit is contained in:
commit
bf43d9faa0
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "ansible-navigator";
|
pname = "ansible-navigator";
|
||||||
version = "25.4.1";
|
version = "25.5.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-ygX7rPqd63PpLHm0XqOh5vvwN9h6KivMZQco9XdyUog=";
|
hash = "sha256-fGFu1AmcFIzMUL/r7SvK7jsskTQianS6Yy6xubNdmNk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue