File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/development/python-modules/liquidctl Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2121
2222buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments