python3Packages.swh-export: 1.11.7 -> 1.11.8

This commit is contained in:
R. Ryantm
2026-07-23 21:12:49 +00:00
parent 3a4239e8fe
commit 33d2376650
@@ -25,7 +25,7 @@
buildPythonPackage (finalAttrs: {
pname = "swh-export";
version = "1.11.7";
version = "1.11.8";
pyproject = true;
src = fetchFromGitLab {
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
owner = "devel";
repo = "swh-export";
tag = "v${finalAttrs.version}";
hash = "sha256-aDIGbkyRMNoQOdlXwqfLyRqDfK6jNFMVFJv67OY1SCg=";
hash = "sha256-wqUcoQddN0FJV673u/xcwNuNz/BB9AFWNFEuQPHyVDw=";
};
build-system = [