python3Packages.eq3btsmart: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm
2025-12-13 07:08:25 +00:00
parent 145c17c55d
commit 10e596bce8
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "eq3btsmart";
version = "2.4.1";
version = "2.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "EuleMitKeule";
repo = "eq3btsmart";
tag = version;
hash = "sha256-iT3XojEvD2FH+2/ybZ8xOkh7DE1FlFdRLu3tml3HA4A=";
hash = "sha256-jIQWh7z2bDwWXfirtIThVYUDvgaEMLoMumR4u3rnZ/0=";
};
build-system = [ setuptools ];