1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #301070 from fabaff/iceportal-bump

python312Packages.iceportal: 1.1.2 -> 1.2.0
This commit is contained in:
Fabian Affolter 2024-04-03 09:05:20 +02:00 committed by GitHub
commit c04831b885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "iceportal";
version = "1.1.2";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,14 +20,14 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-iceportal";
rev = "refs/tags/${version}";
hash = "sha256-s+jEpxKsa3eIV4a/Ltso51jqZC4jzsvPLTjDFMV9FIA=";
hash = "sha256-kpAUgGi2fAHzQYuZAaQW9wdrYjwbduRsoTwSuzcjJa8=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
httpx
];