python3.pkgs.liquidctl: 1.13.0 -> 1.14.0 (#372456)

authored by Nick Cao and committed by GitHub 1e59c0b5 fde4c4ad

+2 -10
+2 -10
pkgs/development/python-modules/liquidctl/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "liquidctl"; 24 - version = "1.13.0"; 25 format = "pyproject"; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = pname; 31 repo = pname; 32 tag = "v${version}"; 33 - hash = "sha256-LU8rQmXrEIoOBTTFotGvMeHqksYGrtNo2YSl2l2e/UI="; 34 }; 35 - 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 44 nativeBuildInputs = [ 45 installShellFiles
··· 21 22 buildPythonPackage rec { 23 pname = "liquidctl"; 24 + version = "1.14.0"; 25 format = "pyproject"; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = pname; 31 repo = pname; 32 tag = "v${version}"; 33 + hash = "sha256-HkMxYULeWcAYdlEI4N4qv7AGh/+xY0zuvV2mFPStPq8="; 34 }; 35 36 nativeBuildInputs = [ 37 installShellFiles