python3Packages.eq3btsmart: 2.3.0 -> 2.4.1 (#448211)

This commit is contained in:
dotlambda
2025-10-04 16:13:00 +00:00
committed by GitHub
@@ -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 ];