python310Packages.authcaptureproxy: 1.1.5 -> 1.2.0

This commit is contained in:
R. Ryantm 2023-05-16 01:32:04 +00:00
parent 177eb5dd49
commit b9ebef0528

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "authcaptureproxy";
version = "1.1.5";
version = "1.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alandtse";
repo = "auth_capture_proxy";
rev = "refs/tags/v${version}";
hash = "sha256-HYqbOyJlP1rd8jpqbN9I4JuVpBKxR9/Nvoh544t40uo=";
hash = "sha256-OY6wT0xi7f6Bn8VOL9+6kyv5cENYbrGGTWWKc6o36cw=";
};
nativeBuildInputs = [