python310Packages.aiopvapi: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2022-11-15 09:56:47 +00:00
parent a82e6b5dae
commit 0d94bc12c7

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiopvapi";
version = "2.0.3";
version = "2.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sander76";
repo = "aio-powerview-api";
rev = "refs/tags/v${version}";
hash = "sha256-RBZuYgTySVL1YtyZ4ZJZly2zvWt/5pZ99/aPCwZ91xQ=";
hash = "sha256-cghfNi5T343/7GxNLDrE0iAewMlRMycQTP7SvDVpU2M=";
};
propagatedBuildInputs = [