Skip to content

Commit

Permalink
python312Packages.hass-client: fix package version (#365730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 17, 2024
2 parents 17c5317 + aaa65e0 commit 3c14750
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/hass-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ buildPythonPackage rec {
hash = "sha256-FA3acaXLWcBMDsabLPxVk6EArSxcTAnmFeO1ixTXB1Q=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "1.0.0" "${version}"
'';

build-system = [
setuptools
];
Expand Down

0 comments on commit 3c14750

Please sign in to comment.