Merge pull request #192834 from fabaff/aiounifi-bump

python310Packages.aiounifi: 34 -> 35
This commit is contained in:
Fabian Affolter 2022-09-25 08:49:47 +02:00 committed by GitHub
commit dd256e0031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "34";
version = "35";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NxxM1rU781QTfNWfE6maNovPZNDwU54ST1lxhTKmmBA=";
hash = "sha256-mKAg6LNtHEmF223xIrZM7rSxE2+B4jUPCv0dCtHmHXc=";
};
propagatedBuildInputs = [