kas: 5.3 -> 5.4

(cherry picked from commit ded00ca14f)
This commit is contained in:
R. Ryantm
2026-06-27 23:21:24 +00:00
committed by Pascal Bach
parent 3b91c7b601
commit fccdbb1a43

View File

@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "kas";
version = "5.3";
version = "5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "siemens";
repo = "kas";
tag = finalAttrs.version;
hash = "sha256-XeAu8BNfcNmwDn25MA0uVmADjuYRkQxq+mG2XvRoJIE=";
hash = "sha256-wETe3VgG5ZEQjWXgcC/u42ZzzPIMqrBEcZmaDcK5yRY=";
};
patches = [ ./pass-terminfo-env.patch ];