python3Packages.pygitguardian: 1.27.0 -> 1.28.0 (#457283)

This commit is contained in:
Fabian Affolter
2026-01-01 11:17:18 +00:00
committed by GitHub

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pygitguardian";
version = "1.27.0";
version = "1.28.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "py-gitguardian";
tag = "v${version}";
hash = "sha256-Jn8wy5UmuzqEputujGJQtAe8AoGCLYpSwZWHpDGlSWg=";
hash = "sha256-56Z0peJcjBbNX51MLLaIKcD9Qg+5q+5I0gKRu84/8TM=";
};
pythonRelaxDeps = [