about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible-lint
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-10 05:52:02 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-09 23:10:17 -0800
commitc183f1252fbe910c0e70eab54c6f0c521db0694e (patch)
treed9030cd0932a211527fb784a4160e0e95e0272f9 /pkgs/development/python-modules/ansible-lint
parent42374a1329f8bab1902e8c3a2f97eaf64fbba5d5 (diff)
ansible-lint: 4.3.6 -> 4.3.7
Diffstat (limited to 'pkgs/development/python-modules/ansible-lint')
-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 2c324bc42710e..2718ba7670b59 100644
--- a/pkgs/development/python-modules/ansible-lint/default.nix
+++ b/pkgs/development/python-modules/ansible-lint/default.nix
@@ -15,13 +15,13 @@
 
 buildPythonPackage rec {
   pname = "ansible-lint";
-  version = "4.3.6";
+  version = "4.3.7";
   # pip is not able to import version info on raumel.yaml
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1fn7mdykm4id78k4faibi92q9yxbjbyxb90ww0by03c31m8z5348";
+    sha256 = "0kwwv9dv9rgsqvp15r2vma7hii9lkkqn0n2irvp5h32cbhzzq4hh";
   };
 
   format = "pyproject";