Merge pull request #265229 from fabaff/yalexs-ble-bump

python311Packages.yalexs-ble: 2.3.1 -> 2.3.2
This commit is contained in:
Nick Cao 2023-11-03 10:10:40 -04:00 committed by GitHub
commit a504926945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.3.1";
version = "2.3.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rWJojH2vitkoCRthaczWW/wGLdxsMlmJ4b/2vdaZhdA=";
hash = "sha256-uHkJEtaohuTRs1RXDPbe4dohbjBnYi9MFguP9CTwM5w=";
};
nativeBuildInputs = [