Skip to content

Commit

Permalink
python312Packages.aiolifx-themes: 0.5.8 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 6, 2025
1 parent 58f12ee commit 488a55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiolifx-themes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.5.8";
version = "0.6.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
tag = "v${version}";
hash = "sha256-MeGhtjdvtL0armoLrlqPsV4SUCTWbkBvRTj6ReuKQpQ=";
hash = "sha256-Y6LVSk0Ut5G0aGzV+hAfGmdM8h8a+4NYycQqBKoElXU=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 488a55e

Please sign in to comment.