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

python310Packages.ansible-later: 2.0.12 -> 2.0.13
This commit is contained in:
Fabian Affolter 2022-05-18 13:40:35 +02:00 committed by GitHub
commit 1164d95b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "ansible-later";
version = "2.0.12";
version = "2.0.13";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-0N/BER7tV8Hv1pvHaf/46BKnzZfHBGuEaPPex/CDQe0=";
hash = "sha256-9xVFvXCHjgF+7asO1ialGIofJwsRRRiydo/Ui2C+Wig=";
};
nativeBuildInputs = [