python3Packages.swh-auth: 0.10.0 -> 0.10.2

This commit is contained in:
R. Ryantm
2026-07-05 14:41:00 -04:00
committed by Michael Daniels
parent 28d4faad49
commit ffabfd1c6b
@@ -21,7 +21,7 @@
buildPythonPackage (finalAttrs: {
pname = "swh-auth";
version = "0.10.0";
version = "0.10.2";
pyproject = true;
src = fetchFromGitLab {
@@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
owner = "devel";
repo = "swh-auth";
tag = "v${finalAttrs.version}";
hash = "sha256-8ctd5D7zT66oVNZlvRIs8pN7Fe2BhTgC+S9p1HBDO9E=";
hash = "sha256-fRkhSpgguBff+vIOploi8i2qzd9qmsswiC62rIcY5bE=";
};
build-system = [