Skip to content

Commit 05b874d

Browse files
ansible-navigator: 25.1.0 -> 25.4.0 (#396466)
Co-authored-by: Melkor333 <[email protected]>
2 parents 8224f76 + bb6d879 commit 05b874d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/an/ansible-navigator/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
}:
88
python3Packages.buildPythonApplication rec {
99
pname = "ansible-navigator";
10-
version = "25.1.0";
10+
version = "25.4.0";
1111
pyproject = true;
1212

1313
disabled = python3Packages.pythonOlder "3.10";
1414

1515
src = fetchPypi {
1616
inherit version;
1717
pname = "ansible_navigator";
18-
hash = "sha256-WcA14CiUUNXa+yR1IzoyQ7LWBXFI8yzV+xpRj2W8lzQ=";
18+
hash = "sha256-nZmL7AExd7lkg6U3XNZxF5lbP2GMxNhbKf3zuU3kkgc=";
1919
};
2020

2121
build-system = with python3Packages; [

0 commit comments

Comments
 (0)