3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.rapt-ble: 0.1.1 -> 0.1.2

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

Changelog: https://github.com/sairon/rapt-ble/blob/v0.1.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-06-17 13:21:25 +02:00
parent 9fce0f6550
commit a0e70814cf

View file

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