Skip to content

Commit

Permalink
Merge pull request NixOS#270178 from fabaff/aiolifx-themes-bump
Browse files Browse the repository at this point in the history
python311Packages.aiolifx-themes: 0.4.9 -> 0.4.10
  • Loading branch information
fabaff authored Nov 26, 2023
2 parents 3897a84 + fcbd335 commit 64b86e4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/development/python-modules/aiolifx-themes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

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

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-8t0yRia/grSSEqySV57QoB3lgU9iwqiVOvVLE5Jd2pM=";
hash = "sha256-zpUvbG/89MeZ50565MVjehSTnLmOKScBA07yBjZ521I=";
};

prePatch = ''
Expand All @@ -31,11 +31,6 @@ buildPythonPackage rec {
--replace "typer = " "# unused: typer = "
'';

postPatch = ''
substituteInPlace pyproject.toml \
--replace 'aiolifx = "^0.8.6"' 'aiolifx = "*"'
'';

nativeBuildInputs = [
poetry-core
];
Expand Down

0 comments on commit 64b86e4

Please sign in to comment.