mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python310Packages.qingping-ble: 0.5.0 -> 0.6.0
This commit is contained in:
parent
0441f1c798
commit
fb39efa0e8
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qingping-ble";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "bluetooth-devices";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-dPF+yo6Ji6z8WnbCNl/VkjiwIJ09FQK/3nkHfIUVbnk=";
|
||||
hash = "sha256-Kf4DYRiDeJtViWlzoP79K94DhWOX6O2YvVTkYhLVkKM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user