kas: 4.8.2 -> 5.0 (#454124)

This commit is contained in:
Pascal Bach
2025-10-23 19:35:20 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "kas";
version = "4.8.2";
version = "5.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "siemens";
repo = "kas";
tag = version;
hash = "sha256-mDfGiWZKipbaXxlyx8JWeFvSyE44FcumYD9Pr/38UBQ=";
hash = "sha256-KSmLQBOYyuO9o3YZYPJPDPeGudtNYIC2yghAu98sf3Q=";
};
patches = [ ./pass-terminfo-env.patch ];