summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-27 20:35:48 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-05 05:09:50 +0200
commitade9da151c7aa7e83f8adbde6e618eeb0384ab8c (patch)
tree45d2587f55f4e778eae17d040edff4ec148d58cd /pkgs
parent948573bb0bf81916f2a61c76212cd810c5306256 (diff)
python311Packages.aiounifi: 62 -> 63
Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v62...v63

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v63
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aiounifi/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiounifi/default.nix b/pkgs/development/python-modules/aiounifi/default.nix
index a906f8311f812..02e84b8f7e04e 100644
--- a/pkgs/development/python-modules/aiounifi/default.nix
+++ b/pkgs/development/python-modules/aiounifi/default.nix
@@ -10,12 +10,13 @@
 , pythonOlder
 , segno
 , setuptools
+, trustme
 , wheel
 }:
 
 buildPythonPackage rec {
   pname = "aiounifi";
-  version = "62";
+  version = "63";
   format = "pyproject";
 
   disabled = pythonOlder "3.11";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
     owner = "Kane610";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-5XCF67YuelS4RDUxfImSAELfdb3rJWGprIYQeQPp+yk=";
+    hash = "sha256-am11pFgYMRccUNaK/iKdp6mfk5NQ4QnU41xbFiGCMPs=";
   };
 
   postPatch = ''
@@ -51,6 +52,7 @@ buildPythonPackage rec {
     pytest-aiohttp
     pytest-asyncio
     pytestCheckHook
+    trustme
   ];
 
   pytestFlagsArray = [