Merge pull request #232733 from fabaff/rapt-ble-bump

python311Packages.rapt-ble: 0.1.0 -> 0.1.1
This commit is contained in:
figsoda
2023-05-18 23:12:30 -04:00
committed by GitHub

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 = ''