displaycal: 3.9.12 → 3.9.14

This commit is contained in:
โทสตัล 2024-10-11 17:27:59 +07:00
parent e08d91122e
commit 393388db32

View File

@ -1,5 +1,5 @@
{ lib
, python311
, python3
, fetchPypi
, wrapGAppsHook3
, gtk3
@ -8,16 +8,15 @@
, argyllcms
}:
# wxPython-4.2.1 requires python < 3.12
python311.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.12";
version = "3.9.14";
format = "setuptools";
src = fetchPypi {
pname = "DisplayCAL";
inherit version;
hash = "sha256-0NZ+fr3ilnyWE6+Xa8xqpccNe7WVvvQfQEYvdQ8rf/Q=";
hash = "sha256-2I5fiWgS9n7IY/ZayWBvEaP0uNIAXfvkyqQe2vLFPJw=";
};
nativeBuildInputs = [
@ -25,7 +24,7 @@ python311.pkgs.buildPythonApplication rec {
gtk3
];
propagatedBuildInputs = with python311.pkgs; [
propagatedBuildInputs = with python3.pkgs; [
build
certifi
wxpython