Commit 913b7f64 authored by R. RyanTM's avatar R. RyanTM
Browse files

kcc: 9.3.3 -> 9.4.3

parent 885dfe39
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 = [