diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-07-20 03:24:51 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:41 +0200 |
| commit | 98f655786aa7bb322fbff1a50bb420571954d0e4 (patch) | |
| tree | 2c852d18fd85474323c6ea69fe7b6b2e51bf5b1b | |
| parent | python3Packages.ansible-core: 2.11.2 -> 2.11.3 (diff) | |
| download | nixpkgs-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.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 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 |
