Unverified Commit bbb0ff61 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.bthome-ble: 3.14.0 -> 3.14.1 (#436927)

parents c3b9b33a 47e4dd79
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.14.0";
  version = "3.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "bthome-ble";
    tag = "v${version}";
    hash = "sha256-1jgrE7EwYJPb/F5gIXmRFU3xBG00tIXRA8BsE20Tw6Y=";
    hash = "sha256-ySvEO4ic1Oo0b/kBADOMRgf9Thq6sBvxYWFKQpH3ouU=";
  };

  build-system = [ poetry-core ];