Commit 16d84c9d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.zha: 0.0.15 -> 0.0.19

parent 7fd27561
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "zha";
  version = "0.0.15";
  version = "0.0.19";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -36,12 +36,12 @@ buildPythonPackage rec {
    owner = "zigpy";
    repo = "zha";
    rev = "refs/tags/${version}";
    hash = "sha256-k4Wqxv7WJGDDGXA80qW+RUICTUcgLsWJNiV+zsOkfuM=";
    hash = "sha256-12VxNj2XVfp1x0czwTZL05RaViQQdAQu7r4i0vGgUUU=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail '"setuptools-git-versioning<2"' "" \
      --replace-fail '"setuptools-git-versioning<3"' "" \
      --replace-fail 'dynamic = ["version"]' 'version = "${version}"'
  '';

@@ -117,7 +117,7 @@ buildPythonPackage rec {
    description = "Zigbee Home Automation";
    homepage = "https://github.com/zigpy/zha";
    changelog = "https://github.com/zigpy/zha/releases/tag/${version}";
    license = licenses.gpl3Only;
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };
}