python3Packages.eq3btsmart: 2.1.1 -> 2.3.0

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

Changelog: https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.2.0
https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.3.0

Changed files
+4 -2
pkgs
development
python-modules
eq3btsmart
+4 -2
pkgs/development/python-modules/eq3btsmart/default.nix
···
fetchFromGitHub,
setuptools,
bleak,
+
bleak-retry-connector,
construct-typing,
pytest-asyncio,
pytestCheckHook,
···
buildPythonPackage rec {
pname = "eq3btsmart";
-
version = "2.1.1";
+
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "EuleMitKeule";
repo = "eq3btsmart";
tag = version;
-
hash = "sha256-/Z/lSZXJ+c+G5iDF/BGacSpxrgJK4NLU7ShIAV4ipLc=";
+
hash = "sha256-9x2uQUpLl0bSOiEBTvt6IPZCJ3Oj+U4knlvrTXPGs3I=";
};
build-system = [ setuptools ];
dependencies = [
bleak
+
bleak-retry-connector
construct-typing
];