Skip to content

Commit 5730959

Browse files
mweineltJonathan Ringer
authored andcommitted
python3Packages.ansible-base: 2.10.15 -> 2.10.16
(cherry picked from commit bdcef51)
1 parent aa6cc5f commit 5730959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/ansible

pkgs/development/python-modules/ansible/base.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let
2828
in
2929
buildPythonPackage rec {
3030
pname = "ansible-base";
31-
version = "2.10.15";
31+
version = "2.10.16";
3232

3333
src = fetchPypi {
3434
inherit pname version;
35-
sha256 = "sha256-RHiBi6gh26FD4SNWjsXTF9yPpKxuFRP3pQFzTlKXa/8=";
35+
sha256 = "sha256-2XQhTtA6wSnCmZZ6pMmCBZQ7o28gBA5/63JI4MPi6hU=";
3636
};
3737

3838
# ansible_connection is already wrapped, so don't pass it through

0 commit comments

Comments
 (0)