python3Packages.swh-web-client: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2025-11-24 19:17:31 +00:00
parent e2d5d61d22
commit 20cd0aec83
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "swh-web-client";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitLab {
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "devel";
repo = "swh-web-client";
tag = "v${version}";
hash = "sha256-JTVu3fCYEDMWAqGwK+0a2AVyJv5DSGfItEss9CbzsRg=";
hash = "sha256-ZZptYLC1os2i0NtBD3mp4QaQQRoKxnr9k8gJuqmpizE=";
};
build-system = [