3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #175530 from SuperSandro2000/ansible-lint

This commit is contained in:
Sandro 2022-05-31 01:02:01 +02:00 committed by GitHub
commit f1cd554d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "ansible-lint";
version = "6.2.1";
version = "6.2.2";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yg3u5YNcv6+buhgnWGiKiKC5xoUrMrFed+SwN2whvB8=";
sha256 = "sha256-uOKVb+3pC9KBUOl/IJqK94fGAB9YS7ZhMRKhzhrqMR0=";
};
postPatch = ''