python3Packages.eq3btsmart: 2.3.0 -> 2.4.1

Diff: https://github.com/EuleMitKeule/eq3btsmart/compare/2.3.0...2.4.1

Changelog: https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.4.1
This commit is contained in:
Robert Schütz
2025-10-03 04:45:59 -07:00
parent cc7a53d6ff
commit 37fde138c4
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "eq3btsmart";
version = "2.3.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "EuleMitKeule";
repo = "eq3btsmart";
tag = version;
hash = "sha256-9x2uQUpLl0bSOiEBTvt6IPZCJ3Oj+U4knlvrTXPGs3I=";
hash = "sha256-iT3XojEvD2FH+2/ybZ8xOkh7DE1FlFdRLu3tml3HA4A=";
};
build-system = [ setuptools ];