Skip to content

Commit 1e59c0b

Browse files
authored
python3.pkgs.liquidctl: 1.13.0 -> 1.14.0 (NixOS#372456)
2 parents fde4c4a + c7aed5c commit 1e59c0b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/development/python-modules/liquidctl/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "liquidctl";
24-
version = "1.13.0";
24+
version = "1.14.0";
2525
format = "pyproject";
2626

2727
disabled = pythonOlder "3.8";
@@ -30,17 +30,9 @@ buildPythonPackage rec {
3030
owner = pname;
3131
repo = pname;
3232
tag = "v${version}";
33-
hash = "sha256-LU8rQmXrEIoOBTTFotGvMeHqksYGrtNo2YSl2l2e/UI=";
33+
hash = "sha256-HkMxYULeWcAYdlEI4N4qv7AGh/+xY0zuvV2mFPStPq8=";
3434
};
3535

36-
patches = [
37-
(fetchpatch {
38-
name = "tests-pillow-10.2.0-compat.patch";
39-
url = "https://github.com/liquidctl/liquidctl/commit/c50afa4e610bd2e268e85c347e2644794c817a78.diff";
40-
hash = "sha256-1cKk3drl3RybHmnPXdlJoeYK6UDz25jHSS2YS/XLHIY=";
41-
})
42-
];
43-
4436
nativeBuildInputs = [
4537
installShellFiles
4638
setuptools

0 commit comments

Comments
 (0)