displaycal: 3.9.16 → 3.9.17 (#442021)

This commit is contained in:
Matt Sturgeon
2025-09-11 14:29:43 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.16";
version = "3.9.17";
format = "setuptools";
src = fetchPypi {
pname = "DisplayCAL";
inherit version;
hash = "sha256-Ozl0RrYJ/oarNddnz+JjQKyRY6ZNvM9sJapqn75X3Mw=";
hash = "sha256-cV8x1Hx+KQUhOOzqw/89QgoZ9+82vhwGrhG13KpE9Vw=";
};
nativeBuildInputs = [