Unverified Commit 57ffbf7e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.authcaptureproxy: 1.3.3 -> 1.3.7 (#492913)

parents 0d2fda4f ac12cc1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "authcaptureproxy";
  version = "1.3.3";
  version = "1.3.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alandtse";
    repo = "auth_capture_proxy";
    tag = "v${version}";
    hash = "sha256-H5Dl1incS5+lmZaLZXMCOqEIGTcTr4A5J3r3ngpDGtY=";
    hash = "sha256-3osyh4Er0bZ8dvOtDV1w66zOWuzECIWeL8M90gqi+D8=";
  };

  nativeBuildInputs = [ poetry-core ];