displaycal: 3.9.14 → 3.9.15

This commit is contained in:
โทสฺตัล
2025-04-03 02:16:46 +07:00
parent 8215dcb0ec
commit c244db33fe
+2 -2
View File
@@ -11,13 +11,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.14";
version = "3.9.15";
format = "setuptools";
src = fetchPypi {
pname = "DisplayCAL";
inherit version;
hash = "sha256-2I5fiWgS9n7IY/ZayWBvEaP0uNIAXfvkyqQe2vLFPJw=";
hash = "sha256-VX3xQQn8FKcrqyx1RpGste2QmATgTh6cCowAmtnpbeM=";
};
nativeBuildInputs = [