Commit 8a4846b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.mopeka-iot-ble: 0.4.1 -> 0.5.0

parent cf4fee6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mopeka-iot-ble";
  version = "0.4.1";
  version = "0.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "bluetooth-devices";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-x/cKg2NC6kssUQeBuQH4yghlRDgs/fJ0bWWL+qnHgcM=";
    hash = "sha256-m27As3tB77JbgY0kDDJ6kmYFTv2O/Sh6y9tFiKDIjbI=";
  };

  nativeBuildInputs = [