diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-18 00:16:37 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-18 00:16:37 +0000 |
| commit | 92538e77a0f7d9c89f2fcc2a6f4543c228d4badc (patch) | |
| tree | 262d02ba58df3077a2c217e76c047b8f696808a2 | |
| parent | 3304830a00910f674bf4d054c5174492c6a21ea0 (diff) | |
python3Packages.aiolifx-themes: 1.0.2 -> 1.0.3
| -rw-r--r-- | pkgs/development/python-modules/aiolifx-themes/default.nix | 4 |
1 files 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 3f518fe0f54d..43e359ece3b1 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 = "1.0.2"; + version = "1.0.3"; pyproject = true; disabled = pythonOlder "3.12"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Djelibeybi"; repo = "aiolifx-themes"; tag = "v${version}"; - hash = "sha256-uJQWKgmlNwuvIXfK6fFHngaSncgaDJJ36vkOLGWB/lY="; + hash = "sha256-Y92ze+zrkz+fxQNFFSR5V9sPJMN0/dfIRwT6UhXo0+U="; }; build-system = [ poetry-core ]; |
