summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 15:43:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 15:43:29 +0000
commitbfa26a077b2149e0211ea65e24e8695ba5dc9e32 (patch)
tree39808cbe3cd71557f6de4ccab5eeb8f236c48f44
parente8ccc50d4cf9adc6be17039bd764e51481ae2c3b (diff)
downloadnixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar.gz
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar.bz2
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar.lz
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar.xz
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.tar.zst
nixpkgs-bfa26a077b2149e0211ea65e24e8695ba5dc9e32.zip
python310Packages.ansible-lint: 6.12.1 -> 6.12.2
-rw-r--r--pkgs/development/python-modules/ansible-lint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix
index dcf426b8d5f..af47f566d76 100644
--- a/pkgs/development/python-modules/ansible-lint/default.nix
+++ b/pkgs/development/python-modules/ansible-lint/default.nix
@@ -22,14 +22,14 @@
 
 buildPythonPackage rec {
   pname = "ansible-lint";
-  version = "6.12.1";
+  version = "6.12.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-u7GVOqVjuqJYfttu+pS/SAWEarAftZbnGMSPmnmpmok=";
+    hash = "sha256-qzMVKDTJX8/E+2Xs1Tyc0b8cmz6tF57dYwQnS4KzSFI=";
   };
 
   postPatch = ''