displaycal: 3.9.16 → 3.9.17

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-09-11 18:57:35 +07:00
parent 111c75ce24
commit b63ea724fe

View File

@@ -11,13 +11,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "displaycal"; pname = "displaycal";
version = "3.9.16"; version = "3.9.17";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
pname = "DisplayCAL"; pname = "DisplayCAL";
inherit version; inherit version;
hash = "sha256-Ozl0RrYJ/oarNddnz+JjQKyRY6ZNvM9sJapqn75X3Mw="; hash = "sha256-cV8x1Hx+KQUhOOzqw/89QgoZ9+82vhwGrhG13KpE9Vw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [