Merge pull request #207843 from r-ryantm/auto-update/python3.10-ansible-later

python310Packages.ansible-later: 3.0.1 -> 3.0.2
This commit is contained in:
Fabian Affolter
2022-12-26 18:55:16 +01:00
committed by GitHub
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "ansible-later";
version = "3.0.1";
version = "3.0.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pYNL9G4A45IE6hZcihPICYfOzd5hH6Xqy0EYyBajbxQ=";
hash = "sha256-+UcrkITiRrAKo5MFcsSqEpvzuo4Czv+rHMWsnuvVx5o=";
};
postPatch = ''