Merge pull request #193879 from fabaff/aiopvapi-bump

python310Packages.aiopvapi: 2.0.1 -> 2.0.2
This commit is contained in:
Mario Rodas 2022-10-01 08:48:17 -05:00 committed by GitHub
commit b2a46ee020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiopvapi";
version = "2.0.1";
version = "2.0.2";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "aio-powerview-api";
# no tags on git, no sdist on pypi: https://github.com/sander76/aio-powerview-api/issues/12
rev = "refs/tags/v${version}";
sha256 = "sha256-QXWne6rTL1RjHemJJEuWX6HB2F5VSe7NJtnCpaew/xI=";
sha256 = "sha256-OengPrUBaYzpLSWEU9Jc6GLx863YJfqRe64676oQ81Y=";
};
propagatedBuildInputs = [