Commit 93a27628 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pygitguardian: 1.27.0 -> 1.28.0

parent c10e9960
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [