Unverified Commit af83ace9 authored by Bruno Bigras's avatar Bruno Bigras Committed by GitHub
Browse files

kcc: 9.3.3 -> 9.4.3 (#468567)

parents 7925c241 913b7f64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "kcc";
  version = "9.3.3";
  version = "9.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ciromattia";
    repo = "kcc";
    tag = "v${version}";
    hash = "sha256-ftS5umfaj6EQV81CuR6xGDrijuBe6ZiFOvBrNtD1Nxk=";
    hash = "sha256-TBQ7v63zti+KgaFCFgoIOMIhYaLnU3JH1YU52+idIQQ=";
  };

  nativeBuildInputs = [