python3Packages.authcaptureproxy: 1.1.1 -> 1.1.3

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:51 +01:00
parent 117eb5bfbf
commit cc53855a7c

View file

@ -15,14 +15,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "authcaptureproxy"; pname = "authcaptureproxy";
version = "1.1.1"; version = "1.1.3";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alandtse"; owner = "alandtse";
repo = "auth_capture_proxy"; repo = "auth_capture_proxy";
rev = "v${version}"; rev = "v${version}";
sha256 = "08zpaclg5f9g1pix0jaq42i2ph12xc8djjrmhxz0yygw5rsilgl4"; sha256 = "sha256-RD/8v3IQb50iGkU6zj5QfHXakjHdcCBWWAkXhCIF6qo=";
}; };
postPatch = '' postPatch = ''