summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible/core.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-12 18:59:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-12 18:59:54 +0000
commit0f6feea49ee7dccb8d501ffdd22edbdca20f7592 (patch)
treebc09cf14e5aae1ea1130a0186c7df3a9c24fdebf /pkgs/development/python-modules/ansible/core.nix
parent4b02f74d3c217ed2438b070d49c78b97593a0ede (diff)
downloadnixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar.gz
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar.bz2
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar.lz
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar.xz
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.tar.zst
nixpkgs-0f6feea49ee7dccb8d501ffdd22edbdca20f7592.zip
python310Packages.ansible-core: 2.13.4 -> 2.13.5
Diffstat (limited to 'pkgs/development/python-modules/ansible/core.nix')
-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 7afd70c5853..5858fa875cd 100644
--- a/pkgs/development/python-modules/ansible/core.nix
+++ b/pkgs/development/python-modules/ansible/core.nix
@@ -24,11 +24,11 @@
 
 buildPythonPackage rec {
   pname = "ansible-core";
-  version = "2.13.4";
+  version = "2.13.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-ePRcLEcq9gubS4y9q6WjkRB5CHiRqfbG7XJjJ7jyHGo=";
+    sha256 = "sha256-JtzZIY1VRMwVFE9gu1tjTyJ25HbIn0gbP2GcT53vFYg=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through