Commit 17b79238 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bthome-ble: 3.17.0 -> 3.19.0

parent 3aebc5e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "bthome-ble";
  version = "3.17.0";
  version = "3.19.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "bthome-ble";
    tag = "v${version}";
    hash = "sha256-So4EGO46FOrUZ+RNFimanUDBP5tgZBjXc5eb9KAvYjQ=";
    hash = "sha256-x82SiZT1NEKlHiAcwcbj/IVcXszXbbOF4ngXVg6bDZ4=";
  };

  build-system = [ poetry-core ];