Skip to content

Commit e0cb3bc

Browse files
authored
ansible-navigator: 24.10.0 -> 24.12.0 (#366507)
2 parents 1cc33f9 + d8bd5d3 commit e0cb3bc

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 = "24.10.0";
10+
version = "24.12.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-UPfRfxDkD6HHClBdrFo4a84wLGtFOzMNcy8RrIgT6ik=";
18+
hash = "sha256-+DJXSwwTIjF0b/i5NHCrnR9N+nMyl8of+zyEmmTzboQ=";
1919
};
2020

2121
build-system = with python3Packages; [

0 commit comments

Comments
 (0)