Skip to content

Commit

Permalink
Merge pull request #297424 from toastal/displaycal-3.9.12
Browse files Browse the repository at this point in the history
displaycal: 3.9.11 → 3.9.12, mv → by-name/
  • Loading branch information
wegank authored Mar 20, 2024
2 parents c4f1f45 + 94d91e9 commit f0a8411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.11";
version = "3.9.12";
format = "setuptools";

src = fetchPypi {
pname = "DisplayCAL";
inherit version;
hash = "sha256-zAZW2eMjwRYevlz8KEzTxzGO8vx5AydfY3vGTapNo1c=";
hash = "sha256-0NZ+fr3ilnyWE6+Xa8xqpccNe7WVvvQfQEYvdQ8rf/Q=";
};

nativeBuildInputs = [
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27358,8 +27358,6 @@ with pkgs;

disk_indicator = callPackage ../os-specific/linux/disk-indicator { };

displaycal = callPackage ../applications/graphics/displaycal { };

displaylink = callPackage ../os-specific/linux/displaylink {
inherit (linuxPackages) evdi;
};
Expand Down

0 comments on commit f0a8411

Please sign in to comment.