Skip to content

Commit

Permalink
python3.pkgs.liquidctl: 1.13.0 -> 1.14.0 (#372456)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents fde4c4a + c7aed5c commit 1e59c0b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/liquidctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "liquidctl";
version = "1.13.0";
version = "1.14.0";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -30,17 +30,9 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
tag = "v${version}";
hash = "sha256-LU8rQmXrEIoOBTTFotGvMeHqksYGrtNo2YSl2l2e/UI=";
hash = "sha256-HkMxYULeWcAYdlEI4N4qv7AGh/+xY0zuvV2mFPStPq8=";
};

patches = [
(fetchpatch {
name = "tests-pillow-10.2.0-compat.patch";
url = "https://github.com/liquidctl/liquidctl/commit/c50afa4e610bd2e268e85c347e2644794c817a78.diff";
hash = "sha256-1cKk3drl3RybHmnPXdlJoeYK6UDz25jHSS2YS/XLHIY=";
})
];

nativeBuildInputs = [
installShellFiles
setuptools
Expand Down

0 comments on commit 1e59c0b

Please sign in to comment.