From 10b84133e7950fec654285d165cffab4db50edd9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Nov 2023 16:54:40 +0100 Subject: python311Packages.aiolifx-themes: 0.4.9 -> 0.4.10 Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.4.9...v0.4.10 Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.10 --- pkgs/development/python-modules/aiolifx-themes/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/aiolifx-themes/default.nix b/pkgs/development/python-modules/aiolifx-themes/default.nix index 08015af0f7adf..395918c916e76 100644 --- a/pkgs/development/python-modules/aiolifx-themes/default.nix +++ b/pkgs/development/python-modules/aiolifx-themes/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aiolifx-themes"; - version = "0.4.9"; + version = "0.4.10"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Djelibeybi"; repo = "aiolifx-themes"; rev = "refs/tags/v${version}"; - hash = "sha256-8t0yRia/grSSEqySV57QoB3lgU9iwqiVOvVLE5Jd2pM="; + hash = "sha256-zpUvbG/89MeZ50565MVjehSTnLmOKScBA07yBjZ521I="; }; prePatch = '' -- cgit 1.4.1 From fcbd335763a98bfff039a691c20992827217ed18 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Nov 2023 16:56:57 +0100 Subject: python311Packages.aiolifx-themes: remoive stale postPatch section --- pkgs/development/python-modules/aiolifx-themes/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/aiolifx-themes/default.nix b/pkgs/development/python-modules/aiolifx-themes/default.nix index 395918c916e76..aeac811c8f5af 100644 --- a/pkgs/development/python-modules/aiolifx-themes/default.nix +++ b/pkgs/development/python-modules/aiolifx-themes/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aiolifx-themes"; version = "0.4.10"; - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.9"; @@ -31,11 +31,6 @@ buildPythonPackage rec { --replace "typer = " "# unused: typer = " ''; - postPatch = '' - substituteInPlace pyproject.toml \ - --replace 'aiolifx = "^0.8.6"' 'aiolifx = "*"' - ''; - nativeBuildInputs = [ poetry-core ]; -- cgit 1.4.1