summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-18 02:30:24 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-18 02:30:24 +0200
commita02ec1002d077cda0ffb3b063d9ff8e9046c9738 (patch)
treeb7e89bc75999b4cdd49e80fa80f500dcb18183a4 /pkgs/development/python-modules/ansible
parent7e30c3bc51daf823d4560a62ac604a9b5058d993 (diff)
downloadnixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar.gz
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar.bz2
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar.lz
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar.xz
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.tar.zst
nixpkgs-a02ec1002d077cda0ffb3b063d9ff8e9046c9738.zip
python3Packages.ansible-base: 2.10.12 -> 2.10.13
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-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 0c88c378516..68063f0d778 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.12";
+  version = "2.10.13";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-qWVW4tI5+Sg+FWVNQMGqhmgqTntD9Qtf8CK8jkK2mHg=";
+    sha256 = "sha256-0sKbGUblrgh4SgdiuMSMMvg15GSNb5l6bCqBt4/0860=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through