We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6cc5f commit 5730959Copy full SHA for 5730959
1 file changed
pkgs/development/python-modules/ansible/base.nix
@@ -28,11 +28,11 @@ let
28
in
29
buildPythonPackage rec {
30
pname = "ansible-base";
31
- version = "2.10.15";
+ version = "2.10.16";
32
33
src = fetchPypi {
34
inherit pname version;
35
- sha256 = "sha256-RHiBi6gh26FD4SNWjsXTF9yPpKxuFRP3pQFzTlKXa/8=";
+ sha256 = "sha256-2XQhTtA6wSnCmZZ6pMmCBZQ7o28gBA5/63JI4MPi6hU=";
36
};
37
38
# ansible_connection is already wrapped, so don't pass it through
0 commit comments