python311Packages.sensirion-ble: 0.1.0 -> 0.1.1

Diff: https://github.com/akx/sensirion-ble/compare/refs/tags/v0.1.0...v0.1.1
This commit is contained in:
Fabian Affolter
2023-09-13 18:40:50 +02:00
parent 0987c80f48
commit 8554ca9613
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sensirion-ble";
version = "0.1.0";
version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "akx";
repo = "sensirion-ble";
rev = "refs/tags/v${version}";
hash = "sha256-7l76/Bci1ztt2CfwytLOySK6IL8IDijpB0AYhksRP7o=";
hash = "sha256-VeUfrQ/1Hqs9yueUKcv/ZpCDEEy84VDcZpuTT4fXSGw=";
};
postPatch = ''