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

python3Packages.gardena-bluetooth: 2.1.0 -> 2.4.0 (#506439)

parents 38ebee7c c5eeb0bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "gardena-bluetooth";
  version = "2.1.0";
  version = "2.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elupus";
    repo = "gardena-bluetooth";
    tag = finalAttrs.version;
    hash = "sha256-H02Uq/n2iWAtrO/Reg+yWkFxVkLJWUhq3frc50EF4fo=";
    hash = "sha256-1G7d8sILpgDm9rwNIV20C14xmzCKrozGPctXn2hBBIQ=";
  };

  build-system = [ setuptools ];