python310Packages.ibeacon-ble: 0.7.3 -> 0.7.4

This commit is contained in:
Fabian Affolter 2022-10-15 09:11:41 +02:00
parent e93839e867
commit 47df0d8bc2

View file

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ibeacon-ble"; pname = "ibeacon-ble";
version = "0.7.3"; version = "0.7.4";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+DPbIIarEAaH1bNzo+FvLp0QpNUPhaJ8nPLdKJKfz0k="; hash = "sha256-B+ftS/oNCECjCqB396K5iCl0aeJSBGVXshlvZ1kvEuo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [