1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.172 -> 0.13.180

https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.180/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-11-07 00:48:46 +01:00
parent 9e96929a3e
commit d8bdd0cfae
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.172";
version = "0.13.180";
pyproject = true;
disabled = pythonOlder "3.12";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
rev = "refs/tags/${version}";
hash = "sha256-azTnNgbdj7AMBLTz+y5BLeQDKUqA5wkxFMG3g30f6wo=";
hash = "sha256-OLCGoZ5C39D4yYJagowO914qJlQcJVScm/a1ZbR2alM=";
};
build-system = [ setuptools ];