Merge pull request #183046 from r-ryantm/auto-update/faraday-agent-dispatcher

faraday-agent-dispatcher: 2.1.3 -> 2.2.0
This commit is contained in:
Fabian Affolter 2022-07-29 21:24:42 +02:00 committed by GitHub
commit 08443a9fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "faraday-agent-dispatcher";
version = "2.1.3";
version = "2.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_agent_dispatcher";
rev = version;
hash = "sha256-lqCW1/wRXfN7C9c6TPvninueOgrhzNdjRJ9fuueMyH0=";
rev = "refs/tags/${version}";
hash = "sha256-dTXTR2H37FDfnpY4Ts6NoYAnJX52yqRZeD2Yf8S/kS8=";
};
nativeBuildInputs = with python3.pkgs; [