From d12b6c8581bc2eee129501ca6b946a8bc3b4eda0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Apr 2023 17:52:14 +0200 Subject: [PATCH 1/2] python310Packages.aiolifx-effects: 0.3.1 -> 0.3.2 Changelog: https://github.com/amelchio/aiolifx_effects/releases/tag/v0.3.2 --- pkgs/development/python-modules/aiolifx-effects/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiolifx-effects/default.nix b/pkgs/development/python-modules/aiolifx-effects/default.nix index 0b260340ec64..282a87c43d8d 100644 --- a/pkgs/development/python-modules/aiolifx-effects/default.nix +++ b/pkgs/development/python-modules/aiolifx-effects/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "aiolifx-effects"; - version = "0.3.1"; + version = "0.3.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "aiolifx_effects"; - hash = "sha256-yh0Nv1r5a5l6unn9qnLjSqct/ZzUuPT6cNebVDMMfUw="; + hash = "sha256-Mhxs5PNr2W9ych56WYUZTEGck4HVTQfkil3S3zHv6Qc="; }; propagatedBuildInputs = [ From c1b5c74f398fead9ecaaafafdf0382bcb18e04ce Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Apr 2023 17:53:31 +0200 Subject: [PATCH 2/2] python310Packages.aiolifx-themes: 0.4.2 -> 0.4.5 Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.4.2...v0.4.5 Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.5 --- pkgs/development/python-modules/aiolifx-themes/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiolifx-themes/default.nix b/pkgs/development/python-modules/aiolifx-themes/default.nix index cf3b8847c62c..36b7484cd621 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.2"; + version = "0.4.5"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Djelibeybi"; repo = "aiolifx-themes"; rev = "refs/tags/v${version}"; - hash = "sha256-6bbhjmtgGEifYmtgXrnsCF36oU+jJDmHMPPEO5a7AKQ="; + hash = "sha256-df3FQdOa3C8eQfgFi+sh7+/GBpE+4B5gOI+3XDQLHEs="; }; prePatch = ''