Skip to content

Commit 9a8b048

Browse files
authored
displaycal: 3.9.12 → 3.9.14 (#348976)
2 parents 0f722be + 393388d commit 9a8b048

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pkgs/by-name/di/displaycal/package.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ lib
2-
, python311
2+
, python3
33
, fetchPypi
44
, wrapGAppsHook3
55
, gtk3
@@ -8,24 +8,23 @@
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

0 commit comments

Comments
 (0)