python313Packages.msmart-ng: 2024.12.0 -> 2025.1.0

https://github.com/mill1000/midea-msmart/releases/tag/2025.1.0
This commit is contained in:
Martin Weinelt
2025-01-09 13:40:50 +01:00
parent bced68b6e5
commit 116b19de7d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "msmart-ng";
version = "2024.12.0";
version = "2025.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-msmart";
rev = version;
hash = "sha256-0Eh7QgR3IbTVa4kZ/7mtdmghFJLKOHpUawjMAoVuNoo=";
tag = version;
hash = "sha256-+rYIxo8iwCbntg9m8d0R/tCS72s3422jEiELp2F8jJA=";
};
build-system = [