summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-02 17:06:15 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-18 03:51:40 +0200
commit6ae0a35f2c019f32844ae920920fa63d73bfbe61 (patch)
tree38b1d3cc6f924015be605d7ac698f0c26bf4e992
parentansible_2_11: init (diff)
downloadnixpkgs-6ae0a35f2c019f32844ae920920fa63d73bfbe61.tar.gz
ansible: 2.11.0 -> 2.11.1
(cherry picked from commit 41f507b1ef4175ec6a26b5e19c1118dbda983a42)
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix
index 690d5a1725d4..b300771b346a 100644
--- a/pkgs/development/python-modules/ansible/core.nix
+++ b/pkgs/development/python-modules/ansible/core.nix
@@ -23,11 +23,11 @@
buildPythonPackage rec {
pname = "ansible-core";
- version = "2.11.0";
+ version = "2.11.1";
src = fetchPypi {
inherit pname version;
- sha256 = "1if9cybdicjhrfzi6nndqakb4sh3mw1fijhvbzbsq7ki22vwww4l";
+ sha256 = "sha256-fnWCepTUfRw+GTDXCPDvY3o6uaIfdXqvVd6rbp9HxoI=";
};
# ansible_connection is already wrapped, so don't pass it through