Unverified Commit 193dc307 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

kcc: 9.4.3 -> 9.6.2 (#500890)

parents 5e40dc28 06df90be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "kcc";
  version = "9.4.3";
  version = "9.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ciromattia";
    repo = "kcc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-TBQ7v63zti+KgaFCFgoIOMIhYaLnU3JH1YU52+idIQQ=";
    hash = "sha256-Yix0uqSHeWcNw9r0SOhYqTw8A/fTUh3HAOnbgNaQndY=";
  };

  nativeBuildInputs = [