python310Packages.ansible-later: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2022-12-26 16:39:53 +00:00
parent c2e1d345cb
commit 417b645ba5

View file

@ -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 = ''