kcc: 9.3.3 -> 9.4.3

This commit is contained in:
R. Ryantm
2026-01-27 18:28:58 +00:00
parent 885dfe3960
commit 913b7f64da
+2 -2
View File
@@ -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 = [