forked from mirrors/nixpkgs
python310Packages.sensorpro-ble: 0.5.0 -> 0.5.1
Diff: https://github.com/Bluetooth-Devices/sensorpro-ble/compare/v0.5.0...v0.5.1 Changelog: https://github.com/Bluetooth-Devices/sensorpro-ble/blob/v0.5.1/CHANGELOG.md
This commit is contained in:
parent
8e66f81f47
commit
1c61a85f44
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sensorpro-ble";
|
||||
version = "0.5.0";
|
||||
version = "0.5.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-B5WtOl1Va2rqm6PZEUCYakN7mE2zz/edGj+TtwDcS+Y=";
|
||||
hash = "sha256-D0xHNPsGlNBoHR3LqR6TbVhqXWapzwYsG+uN3kSF1oE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue