Merge pull request #186775 from fabaff/sensorpush-ble-bump

python310Packages.sensorpush-ble: 1.5.1 -> 1.5.2

authored by Fabian Affolter and committed by GitHub af9e0007 e51e218d

+4 -4
+2 -2
pkgs/development/python-modules/bluetooth-sensor-state-data/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "bluetooth-sensor-state-data"; 13 - version = "1.5.0"; 13 + version = "1.6.0"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "Bluetooth-Devices"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - hash = "sha256-Xr9MCTcEnO5bMk9AdBTwBCXwm33UUTP7FYZyjDYrMNA="; 22 + hash = "sha256-Btfya9l1UX7GbiUxuaFHT0l+pG+Dg5X0L2JS+1/VYOo="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/sensorpush-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "sensorpush-ble"; 14 - version = "1.5.1"; 14 + version = "1.5.2"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-2Q56fXMgw1Al3l6WKI1cdGXfLmZ1qkidkoWKmvEXRaI="; 23 + hash = "sha256-64DywtZwfDFjW8WUzw3ZTT462sBGFgAHGc0bGnKCJpY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [