python3Packages.sensor-state-data: 2.18.1 -> 2.19.0

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

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
sensor-state-data
+3 -3
pkgs/development/python-modules/sensor-state-data/default.nix
···
buildPythonPackage rec {
pname = "sensor-state-data";
-
version = "2.18.1";
+
version = "2.19.0";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "sensor-state-data";
tag = "v${version}";
-
hash = "sha256-9GdBKUhueis8pnQP5ZNxvEyRXVGINTueVzLOR4xx5mU=";
+
hash = "sha256-Jl+kyr9WhYEzvsnSdqfeDDWgcEU9Yi6Snd67YQ+1MqQ=";
};
nativeBuildInputs = [ poetry-core ];
···
meta = with lib; {
description = "Models for storing and converting Sensor Data state";
homepage = "https://github.com/bluetooth-devices/sensor-state-data";
-
changelog = "https://github.com/Bluetooth-Devices/sensor-state-data/releases/tag/v${version}";
+
changelog = "https://github.com/Bluetooth-Devices/sensor-state-data/releases/tag/${src.tag}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};