3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #194990 from fabaff/sensor-state-data-bump

python310Packages.sensor-state-data: 2.9.0 -> 2.9.1
This commit is contained in:
Fabian Affolter 2022-10-08 12:23:12 +02:00 committed by GitHub
commit cb88f61f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sensor-state-data";
version = "2.9.0";
version = "2.9.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g5h+ZBQyosnt+hlbJF1DaX0HKTJoEtJ/JSGpto5ZXLs=";
hash = "sha256-bBLBDdwVUCh8VA/6w/5DmJNvayaWHNIe1kRhnOQ2Llc=";
};
nativeBuildInputs = [