python3Packages.swh-model: 7.1.0 -> 8.4.1 (#436331)

This commit is contained in:
Wolfgang Walther
2025-09-23 09:12:58 +00:00
committed by GitHub
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "swh-model";
version = "7.1.0";
version = "8.4.1";
pyproject = true;
src = fetchFromGitLab {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "devel";
repo = "swh-model";
tag = "v${version}";
hash = "sha256-I0DaSipE5TVFqAdGkNo4e66l1x4A26EYk0F4tKMy33k=";
hash = "sha256-v/vbY0mxvsbuLUAmDACW9brfVF5djMYyvv9Mf1VL6do=";
};
build-system = [