python311Packages.rapt-ble: 0.1.0 -> 0.1.1

Diff: https://github.com/sairon/rapt-ble/compare/refs/tags/v0.1.0...v0.1.1

Changelog: https://github.com/sairon/rapt-ble/blob/v0.1.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-19 04:18:26 +02:00
parent e092bb6180
commit 395144ca7a

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "rapt-ble";
version = "0.1.0";
version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "sairon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-upTtVqxVHrqLSGTSGCiCVlDa2NEuuqe+0W2DM+UhTnc=";
hash = "sha256-BLpe4AxxvFeOfcBSPtLwPIJZnNIBEdd6JpuQb9upO34=";
};
postPatch = ''