diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-14 19:46:03 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:41 +0200 |
| commit | e651e0ed60cb57ac27b340c4f8de22281e76544b (patch) | |
| tree | d4ea2e34a9abe610778c2570ec1f50f3aa48921f | |
| parent | ansible_2_11: 2.11.4 -> 2.11.5 (diff) | |
| download | nixpkgs-e651e0ed60cb57ac27b340c4f8de22281e76544b.tar.gz | |
ansible_2_10: 2.10.13 -> 2.10.14
(cherry picked from commit 4156a5516dd2b8ca19b5ecbf307a6024e8f4861b)
| -rw-r--r-- | pkgs/development/python-modules/ansible/base.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/base.nix b/pkgs/development/python-modules/ansible/base.nix index 68063f0d7787..3156ba18e106 100644 --- a/pkgs/development/python-modules/ansible/base.nix +++ b/pkgs/development/python-modules/ansible/base.nix @@ -28,11 +28,11 @@ let in buildPythonPackage rec { pname = "ansible-base"; - version = "2.10.13"; + version = "2.10.14"; src = fetchPypi { inherit pname version; - sha256 = "sha256-0sKbGUblrgh4SgdiuMSMMvg15GSNb5l6bCqBt4/0860="; + sha256 = "sha256-gAxGRsWKWJf3HyIwFn21YmoZbeuiCPDvRWChg//Z39o="; }; # ansible_connection is already wrapped, so don't pass it through |
