summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-20 03:24:51 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-18 03:51:41 +0200
commit98f655786aa7bb322fbff1a50bb420571954d0e4 (patch)
tree2c852d18fd85474323c6ea69fe7b6b2e51bf5b1b
parentpython3Packages.ansible-core: 2.11.2 -> 2.11.3 (diff)
downloadnixpkgs-98f655786aa7bb322fbff1a50bb420571954d0e4.tar.gz
python3Packages.ansible-base: 2.10.11 -> 2.10.12
(cherry picked from commit 32d56411205ba845946d94f68528ddc1c631d337)
-rw-r--r--pkgs/development/python-modules/ansible/base.nix4
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 0a5cc01d9294..0c88c378516e 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.11";
+ version = "2.10.12";
src = fetchPypi {
inherit pname version;
- sha256 = "0jr3cxqiami9k07g2kmvfp54iafbcnd1d66l8fdnaqka5bc19wdw";
+ sha256 = "sha256-qWVW4tI5+Sg+FWVNQMGqhmgqTntD9Qtf8CK8jkK2mHg=";
};
# ansible_connection is already wrapped, so don't pass it through