python312Packages.pyvesync: 2.1.17 -> 2.18 (#380535)

https://github.com/webdjoe/pyvesync/releases/tag/2.18
This commit is contained in:
R. RyanTM
2025-02-22 14:43:47 +01:00
committed by Martin Weinelt
parent b38024eb55
commit 2febcc2076
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.17";
version = "2.1.18";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-h5pxoPtIZVfhSHyvCkde2uVMzNjqXEYaMM8+gsNMd/k=";
hash = "sha256-p46QVjJ8MzvsAu9JAQo4XN+z96arWLoJakdT81ITasU=";
};
build-system = [ setuptools ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
homepage = "https://github.com/webdjoe/pyvesync";
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};