displaycal: 3.9.15 → 3.9.16 (#406203)

This commit is contained in:
Felix Bargfeldt
2025-05-18 13:38:18 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.15";
version = "3.9.16";
format = "setuptools";
src = fetchPypi {
pname = "DisplayCAL";
inherit version;
hash = "sha256-VX3xQQn8FKcrqyx1RpGste2QmATgTh6cCowAmtnpbeM=";
hash = "sha256-Ozl0RrYJ/oarNddnz+JjQKyRY6ZNvM9sJapqn75X3Mw=";
};
nativeBuildInputs = [