Commit c244db33 authored by toastal's avatar toastal
Browse files

displaycal: 3.9.14 → 3.9.15

parent 8215dcb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [