python311Packages.aiounifi: 61 -> 62

https://github.com/Kane610/aiounifi/releases/tag/v62
This commit is contained in:
Martin Weinelt 2023-09-13 10:54:15 +02:00
parent 1697b7d480
commit 086aad060b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "61";
version = "62";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tzP20KDPCq1/fJY+OfEpo3LMbP662ROh2aPI4nmDp0Y=";
hash = "sha256-5XCF67YuelS4RDUxfImSAELfdb3rJWGprIYQeQPp+yk=";
};
postPatch = ''