Commit 885b88c6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 4716adae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "sensorpush-ble";
  version = "1.7.0";
  version = "1.7.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "sensorpush-ble";
    rev = "refs/tags/v${version}";
    hash = "sha256-etsrXJn6n9yL0vhiZNnTepCcau50X0t2wPrhZ9R7XL4=";
    hash = "sha256-T2sjzQoWWRGAKiMDN29jZ7jZ5/i75qpNCiuVB7VEhJw=";
  };

  build-system = [ poetry-core ];