python3Packages.eq3btsmart: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2025-07-19 23:47:25 +00:00
parent d41e390a08
commit a2920b6161
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "eq3btsmart";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "EuleMitKeule";
repo = "eq3btsmart";
tag = version;
hash = "sha256-JPmIKj8IL3i7QWiMTmGQzqb4h0VqLlhILPAOqMucsuM=";
hash = "sha256-/Z/lSZXJ+c+G5iDF/BGacSpxrgJK4NLU7ShIAV4ipLc=";
};
build-system = [ setuptools ];