bmaptool: 3.8.0 -> 3.9.0

Diff: https://github.com/yoctoproject/bmaptool/compare/v3.8.0...v3.9.0
This commit is contained in:
Doron Behar
2025-08-13 17:05:26 +03:00
parent dd8ba8fdf5
commit 9316ea2eeb
+7 -3
View File
@@ -6,16 +6,20 @@
python3Packages.buildPythonApplication rec {
pname = "bmaptool";
version = "3.8.0";
format = "setuptools";
version = "3.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "yoctoproject";
repo = "bmaptool";
rev = "v${version}";
hash = "sha256-YPY3sNuZ/TASNBPH94iqG6AuBRq5KjioKiuxAcu94+I=";
hash = "sha256-9KSBv420HJvK5fUg7paFJqA2MCw36BfaeAG4NME/co8=";
};
build-system = [
python3Packages.hatchling
];
propagatedBuildInputs = with python3Packages; [ six ];
# tests fail only on hydra.