Skip to content

Commit

Permalink
python312Packages.zha: 0.0.15 -> 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 10, 2024
1 parent 7fd2756 commit 16d84c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/zha/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

disabled = pythonOlder "3.12";
Expand All @@ -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}"'
'';

Expand Down Expand Up @@ -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 ];
};
}

0 comments on commit 16d84c9

Please sign in to comment.