displaycal: 3.9.18 -> 3.9.19 (#543677)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-20 06:36:38 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "displaycal";
version = "3.9.18";
version = "3.9.19";
pyproject = true;
src = fetchPypi {
pname = "displaycal";
inherit (finalAttrs) version;
hash = "sha256-mHUtO3vVIREzcIv6IFmPlo4nwuPPGDd9+UbIoXfvLYo=";
hash = "sha256-GHx+2VwuxwdMQh6fxY6V/EQJE4CPxer39Aj/QlMWbrw=";
};
nativeBuildInputs = [