File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
pkgs/by-name/di/displaycal Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{ lib
2- , python311
2+ , python3
33, fetchPypi
44, wrapGAppsHook3
55, gtk3
88, argyllcms
99} :
1010
11- # wxPython-4.2.1 requires python < 3.12
12- python311 . pkgs . buildPythonApplication rec {
11+ python3 . pkgs . buildPythonApplication rec {
1312 pname = "displaycal" ;
14- version = "3.9.12 " ;
13+ version = "3.9.14 " ;
1514 format = "setuptools" ;
1615
1716 src = fetchPypi {
1817 pname = "DisplayCAL" ;
1918 inherit version ;
20- hash = "sha256-0NZ+fr3ilnyWE6+Xa8xqpccNe7WVvvQfQEYvdQ8rf/Q =" ;
19+ hash = "sha256-2I5fiWgS9n7IY/ZayWBvEaP0uNIAXfvkyqQe2vLFPJw =" ;
2120 } ;
2221
2322 nativeBuildInputs = [
2423 wrapGAppsHook3
2524 gtk3
2625 ] ;
2726
28- propagatedBuildInputs = with python311 . pkgs ; [
27+ propagatedBuildInputs = with python3 . pkgs ; [
2928 build
3029 certifi
3130 wxpython
You can’t perform that action at this time.
0 commit comments