python3Packages.pygitguardian: 1.24.0 -> 1.25.0

This commit is contained in:
R. Ryantm
2025-08-29 15:22:02 +00:00
parent c8b00a145d
commit a5917ce0d7

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pygitguardian";
version = "1.24.0";
version = "1.25.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "GitGuardian";
repo = "py-gitguardian";
tag = "v${version}";
hash = "sha256-9Zk2XpMS8WhCOGYwtUgsjWKbUhmtKOgVWyqskLJ8DOw=";
hash = "sha256-XcmLaEnQ5cUTd71xvgvdS418RGOzpKydUDoSdVC/mgo=";
};
pythonRelaxDeps = [