python3Packages.python-matter-server: 8.1.0 -> 8.1.1

Diff: https://github.com/home-assistant-libs/python-matter-server/compare/8.1.0...8.1.1

Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/8.1.1

Changed files
+2 -4
pkgs
development
python-modules
python-matter-server
+2 -4
pkgs/development/python-modules/python-matter-server/default.nix
···
# dependencies
aiohttp,
aiorun,
-
async-timeout,
atomicwrites,
coloredlogs,
orjson,
···
buildPythonPackage rec {
pname = "python-matter-server";
-
version = "8.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "home-assistant-libs";
repo = "python-matter-server";
tag = version;
-
hash = "sha256-g6C0QbnDA6+DMD0a5oWMSGWY4ZXUDJAXSmD05DmHPqI=";
};
patches = [
···
dependencies = [
aiohttp
aiorun
-
async-timeout
atomicwrites
coloredlogs
orjson
···
# dependencies
aiohttp,
aiorun,
atomicwrites,
coloredlogs,
orjson,
···
buildPythonPackage rec {
pname = "python-matter-server";
+
version = "8.1.1";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "home-assistant-libs";
repo = "python-matter-server";
tag = version;
+
hash = "sha256-vTJGe6OGFM+q9+iovsQMPwkrHNg2l4pw9BFEtSA/vmA=";
};
patches = [
···
dependencies = [
aiohttp
aiorun
atomicwrites
coloredlogs
orjson