python310Packages.ansible-later: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2023-03-25 02:05:12 +00:00
parent 0ee208011d
commit fe65b0e360

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "ansible-later";
version = "3.2.0";
version = "3.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5TV9cTMTx8R6jf9HypieinCyNgHC4LSHTRQd9RXApG4=";
hash = "sha256-icJn8lk7gAhqTRu3rAroWgtNwOdbimE4y+CHLiDvb9k=";
};
postPatch = ''