python3Packages.swh-core: 4.6.1 -> 4.6.2

This commit is contained in:
R. Ryantm
2026-05-26 21:13:44 +00:00
parent 76f0b0304e
commit c46032d49d
@@ -51,7 +51,7 @@
buildPythonPackage (finalAttrs: {
pname = "swh-core";
version = "4.6.1";
version = "4.6.2";
pyproject = true;
src = fetchFromGitLab {
@@ -60,7 +60,7 @@ buildPythonPackage (finalAttrs: {
owner = "devel";
repo = "swh-core";
tag = "v${finalAttrs.version}";
hash = "sha256-5lL4/Hz8KbWurcDCOHqKh8eNqA1CkliSMCrdeYwqEHs=";
hash = "sha256-CMTdRP1S9m2d9TiZEr491fcN5zpJtJ3N4hfpVTHfrnY=";
};
build-system = [