3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.airthings-ble: 0.5.4 -> 0.5.5

Diff: https://github.com/vincegio/airthings-ble/compare/refs/tags/v0.5.4...v0.5.5
This commit is contained in:
Fabian Affolter 2023-01-22 21:14:08 +01:00
parent 15b85dedcb
commit 3bc27524ab

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.5.4";
version = "0.5.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eN0JSbzsB/KOkPTbjmc0X5IWf2yg004fNqGhdC2siFQ=";
hash = "sha256-A1YsYOquDUDGeEI4xzQSjEk1H92Jjlhsb5IPRt0lM2c=";
};
postPatch = ''