Fabian Affolter
2026-02-22 16:36:39 +01:00
parent 705ad5fd5e
commit fb6256b81e
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "qingping-ble";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "qingping-ble";
tag = "v${finalAttrs.version}";
hash = "sha256-74cTx3BSltrBUjN9qY9NBhXqKwcyitkJr+jf6jbzS+Y=";
hash = "sha256-cLlb/VwyQzpoP/Dqh0LOQZFq8E/9k5o6CeGRj+RUGv8=";
};
build-system = [ poetry-core ];