kas: 4.1 -> 4.2

This commit is contained in:
Pascal Bach 2024-01-18 23:16:04 +01:00
parent de04cadc7f
commit 2dfadd6d5f

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "kas";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "siemens";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-EYz9V45b7fSKoI8w9X0LcSTojErpJHfzxcdE4I4qD2k=";
hash = "sha256-NjNPcCqmjFeydTgNdN8QRrFG5Mys2jL4I8TiznO2rSA=";
};
propagatedBuildInputs = with python3.pkgs; [ setuptools kconfiglib jsonschema distro pyyaml ];