Unverified Commit fe722d12 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

displaycal: 3.9.14 → 3.9.15 (#395561)

parents 2cf07dd4 c244db33
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 = [