Unverified Commit 3f17d4db authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

displaycal: 3.9.15 → 3.9.16 (#406203)

parents e529af50 c8833ff4
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.15";
  version = "3.9.16";
  format = "setuptools";

  src = fetchPypi {
    pname = "DisplayCAL";
    inherit version;
    hash = "sha256-VX3xQQn8FKcrqyx1RpGste2QmATgTh6cCowAmtnpbeM=";
    hash = "sha256-Ozl0RrYJ/oarNddnz+JjQKyRY6ZNvM9sJapqn75X3Mw=";
  };

  nativeBuildInputs = [