Unverified Commit 9a8b0484 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

displaycal: 3.9.12 → 3.9.14 (#348976)

parents 0f722be1 393388db
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
{ 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