mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.qingping-ble: 1.1.1 -> 1.1.5
Diff: https://github.com/bluetooth-devices/qingping-ble/compare/v1.1.1...v1.1.5 Changelog: https://github.com/Bluetooth-Devices/qingping-ble/blob/v1.1.5/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
3119aa9340
commit
787f5a1fdd
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "qingping-ble";
|
||||
version = "1.1.1";
|
||||
version = "1.1.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bluetooth-devices";
|
||||
repo = "qingping-ble";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-cLlb/VwyQzpoP/Dqh0LOQZFq8E/9k5o6CeGRj+RUGv8=";
|
||||
hash = "sha256-mUlOSagQADaHDiJkyFdEz3voh8a/zGb1RwqCI3PywYU=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user