python3Packages.ansible-later: 2.0.16 -> 2.0.20

This commit is contained in:
Martin Weinelt 2022-09-18 16:48:55 +02:00 committed by Sandro Jäckel
parent f92156e121
commit a975e15be1
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "ansible-later";
version = "2.0.16";
version = "2.0.20";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-AlLy8rqqNrJtoI01OHq8W1Oi8iN8RiBdtq2sZ7zlTyM=";
hash = "sha256-LoJ02PGOo/qrwH4PJYI0CFZ/cMxhjNj1JiUPnK2FIlA=";
};
postPatch = ''