python313Packages.msmart-ng: 2025.3.3 -> 2025.5.1, home-assistant-custom-components.midea_ac: 2025.4.0 -> 2025.5.1 (#412711)

authored by Martin Weinelt and committed by GitHub e78d2387 ff96e54b

+4 -16
+2 -14
pkgs/development/python-modules/msmart-ng/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - fetchpatch2, 6 7 # build-system 8 setuptools, ··· 18 19 buildPythonPackage rec { 20 pname = "msmart-ng"; 21 - version = "2025.3.3"; 22 pyproject = true; 23 24 src = fetchFromGitHub { 25 owner = "mill1000"; 26 repo = "midea-msmart"; 27 tag = version; 28 - hash = "sha256-M8Gl6QXj0tRN7VFDhop47vINk8MeWSyCJ9bboo3j8Go="; 29 }; 30 - 31 - patches = [ 32 - (fetchpatch2 { 33 - # Revert <https://github.com/mill1000/midea-msmart/pull/209> until setuptools 34 - # implements support for <https://peps.python.org/pep-0639/>. 35 - name = "revert-pyproject-license-declaration-pep639-syntax.patch"; 36 - url = "https://github.com/mill1000/midea-msmart/commit/e5d6a982135e497c251095e421d3de4686f36056.patch?full_index=1"; 37 - hash = "sha256-+mxmFGZd04MZY2C5eo4k1lFoXsM8XyeJNazShnjAseE="; 38 - revert = true; 39 - }) 40 - ]; 41 42 build-system = [ 43 setuptools
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 setuptools, ··· 17 18 buildPythonPackage rec { 19 pname = "msmart-ng"; 20 + version = "2025.5.1"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "mill1000"; 25 repo = "midea-msmart"; 26 tag = version; 27 + hash = "sha256-dZD93ZZiQLmWuMAR/nnYB7oGBBYr4YPEi+LdpSzweVc="; 28 }; 29 30 build-system = [ 31 setuptools
+2 -2
pkgs/servers/home-assistant/custom-components/midea_ac/package.nix
··· 8 buildHomeAssistantComponent rec { 9 owner = "mill1000"; 10 domain = "midea_ac"; 11 - version = "2025.4.0"; 12 13 src = fetchFromGitHub { 14 owner = "mill1000"; 15 repo = "midea-ac-py"; 16 tag = version; 17 - hash = "sha256-ZkLC0GhfN+jp1DWv30LNVCP+NEZywt9Pxycs2RWBzrM="; 18 }; 19 20 dependencies = [ msmart-ng ];
··· 8 buildHomeAssistantComponent rec { 9 owner = "mill1000"; 10 domain = "midea_ac"; 11 + version = "2025.5.1"; 12 13 src = fetchFromGitHub { 14 owner = "mill1000"; 15 repo = "midea-ac-py"; 16 tag = version; 17 + hash = "sha256-6CNxhgygAyzpy3idj3RkVvI8WMHCfar9v0GG21Y7YKE="; 18 }; 19 20 dependencies = [ msmart-ng ];