Skip to content

Commit

Permalink
displaycal: 3.9.12 → 3.9.14 (NixOS#348976)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Oct 19, 2024
2 parents 0f722be + 393388d commit 9a8b048
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/by-name/di/displaycal/package.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib
, python311
, python3
, fetchPypi
, wrapGAppsHook3
, gtk3
Expand All @@ -8,24 +8,23 @@
, 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 = [
wrapGAppsHook3
gtk3
];

propagatedBuildInputs = with python311.pkgs; [
propagatedBuildInputs = with python3.pkgs; [
build
certifi
wxpython
Expand Down

0 comments on commit 9a8b048

Please sign in to comment.