python310Packages.sensor-state-data: 2.12.1 -> 2.13.0

Diff: https://github.com/Bluetooth-Devices/sensor-state-data/compare/refs/tags/v2.12.1...v2.13.0

Changelog: https://github.com/Bluetooth-Devices/sensor-state-data/releases/tag/v2.13.0

Changed files
+2 -2
pkgs
development
python-modules
sensor-state-data
+2 -2
pkgs/development/python-modules/sensor-state-data/default.nix
···
buildPythonPackage rec {
pname = "sensor-state-data";
-
version = "2.12.1";
+
version = "2.13.0";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-Ycn62qQ+IMqtuuE/wJPUDlyTiklu2WYrGD+wVXssRFg=";
+
hash = "sha256-iLHv2rwynpSAKlRn2ezq2VUR7v4oHNJaPg/prlkZo6U=";
};
nativeBuildInputs = [