python310Packages.aiounifi: 45 -> 46

https://github.com/Kane610/aiounifi/releases/tag/v46
This commit is contained in:
Martin Weinelt 2023-04-05 20:56:32 +02:00
parent 4b3b94f7e7
commit 1e6bece50a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "45";
version = "46";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VwuZj0TBc8BBO6ZxpIAR0s0hrOI1muiT4AsDZ+xZPcI=";
hash = "sha256-M6N7KTFYmtjmRSiIYummn2GbO3XemQzCEW+6GVXq9ZI=";
};
propagatedBuildInputs = [