snagboot: 2.2 -> 2.4
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user