mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
python3Packages.aiounifi: 95 -> 96 (#564482)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aiounifi";
|
||||
version = "95";
|
||||
version = "96";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.13";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "Kane610";
|
||||
repo = "aiounifi";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fnD2y/eG+47o3c8MeCw67qq2/+WCcSmQzprrvenTdGY=";
|
||||
hash = "sha256-tDob4Hq78tfVoOZ89cdjmTW34Of0r6Y9c9GtFSCKXqw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user