Unverified Commit e9403335 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

snagboot: 2.2 -> 2.4 (#446249)

parents e32a9b67 1914f2f2
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication rec {
  pname = "snagboot";
  version = "2.2";
  version = "2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bootlin";
    repo = "snagboot";
    tag = "v${version}";
    hash = "sha256-JXhh+Ed/ZwytNrMwvGw7jaDBvwDQiUKe+gBDezOCHO4=";
    hash = "sha256-ZjN4k5prOoEdAT4z37XiHdnUgLsz3zeR3+0zxY+2420=";
  };

  build-system = with python3Packages; [
@@ -42,8 +42,11 @@ python3Packages.buildPythonApplication rec {
    libfdt
    # swig
    packaging
    xmodem
  ];

  pythonRelaxDeps = [ "pylibfdt" ];

  optional-dependencies = with python3Packages; {
    gui = [ kivy ];
  };