Merge pull request #193666 from r-ryantm/auto-update/ansible-later

ansible-later: 2.0.20 -> 2.0.21
This commit is contained in:
Fabian Affolter
2022-09-30 11:35:32 +02:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "ansible-later";
version = "2.0.20";
version = "2.0.21";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LoJ02PGOo/qrwH4PJYI0CFZ/cMxhjNj1JiUPnK2FIlA=";
hash = "sha256-WObnE5/xOtbX0c3VjVQbec2TDSDKoUe68GFax7dt7WY=";
};
postPatch = ''