1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.aiounifi: 73 -> 74

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v73...v74

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v74
This commit is contained in:
Fabian Affolter 2024-04-02 23:17:24 +02:00
parent fa1007869d
commit 4a0b0055eb

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "73";
version = "74";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-xs3+2f/CNabdXm8g2V+sEIR5kQguxi3nMeJLb8TVrck=";
hash = "sha256-5xxgpbnTqR8AWUvRQJiXGJECn0neV8QQyjYKw09sqZg=";
};
postPatch = ''