Skip to content

Commit

Permalink
Merge pull request NixOS#270645 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.aiolifx-themes

python311Packages.aiolifx-themes: 0.4.10 -> 0.4.11
  • Loading branch information
dotlambda authored Nov 29, 2023
2 parents e1c3c25 + 3b1db40 commit 32d235d
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 @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.10";
version = "0.4.11";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-zpUvbG/89MeZ50565MVjehSTnLmOKScBA07yBjZ521I=";
hash = "sha256-pldmkdkDI6RFMcBOF1MtQBddOo+uF23CMHPztEV+kf0=";
};

prePatch = ''
Expand Down

0 comments on commit 32d235d

Please sign in to comment.