Unverified Commit a6e7e8d1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ggshield: 1.32.0 -> 1.32.1 (#347251)

parents c82c1ea8 0839c5ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ggshield";
  version = "1.32.0";
  version = "1.32.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "GitGuardian";
    repo = "ggshield";
    rev = "refs/tags/v${version}";
    hash = "sha256-yqR5kgXhR4YUih46RuSlOmD2CgdN40QpUho6WTha60U=";
    hash = "sha256-9x/Shh7nYPM5BpeVW2xXCD0JIxNwRl1sXi/cE1EhD4o=";
  };

  pythonRelaxDeps = true;