python312Packages.authcaptureproxy: 1.3.2 -> 1.3.3 (#360061)

This commit is contained in:
Nick Cao 2024-11-29 09:16:16 -05:00 committed by GitHub
commit c7d5bac624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "authcaptureproxy";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "alandtse";
repo = "auth_capture_proxy";
rev = "refs/tags/v${version}";
hash = "sha256-gdu0Ror/epu6huTEpBrqHD62O9uaL6273pKnpqPKskc=";
hash = "sha256-H5Dl1incS5+lmZaLZXMCOqEIGTcTr4A5J3r3ngpDGtY=";
};
nativeBuildInputs = [ poetry-core ];