diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-02 00:57:03 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-02 22:11:56 +0000 |
| commit | bf65313eae66aa7edf364fc59970ab4626ec7f6b (patch) | |
| tree | 111d3d58a90ca27640c7c8812c12e63ba2dffc89 /pkgs/development/python-modules/python-matter-server | |
| parent | 32d2d372800a4d4dcbf1b477b972ba08ab51be5b (diff) | |
python310Packages.python-matter-server: 2.1.0 -> 3.1.0
Diff: https://github.com/home-assistant-libs/python-matter-server/compare/refs/tags/2.1.0...3.1.0
Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.1.0
Diffstat (limited to 'pkgs/development/python-modules/python-matter-server')
| -rw-r--r-- | pkgs/development/python-modules/python-matter-server/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index e59781180b38..0caf9f85e3e9 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "python-matter-server"; - version = "2.1.0"; + version = "3.1.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-matter-server"; rev = "refs/tags/${version}"; - hash = "sha256-T7afZsrvvJeEfLZm4jopAtfQ0Bhqa+s77SyrJToyUWU="; + hash = "sha256-nNf0Q3J5nrYDinMnl+p3HC4FYMX+GubYmtchfuATWms="; }; nativeBuildInputs = [ |
