Unverified Commit 9c1f26c9 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

kas: 4.2 -> 4.4 (#339338)

parents 8ac904cf 333855c2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

python3.pkgs.buildPythonApplication rec {
  pname = "kas";
  version = "4.2";
  version = "4.4";

  src = fetchFromGitHub {
    owner = "siemens";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-NjNPcCqmjFeydTgNdN8QRrFG5Mys2jL4I8TiznO2rSA=";
    hash = "sha256-ws2V16HSGn2zyMmcG601ScHfONSE/DBVO3Gaj8dktf4=";
  };

  propagatedBuildInputs = with python3.pkgs; [ setuptools kconfiglib jsonschema distro pyyaml ];
  propagatedBuildInputs = with python3.pkgs; [ setuptools kconfiglib jsonschema distro pyyaml gitpython ];

  # Tests require network as they try to clone repos
  doCheck = false;