3
0
Fork 0
forked from mirrors/nixpkgs

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

faraday-agent-dispatcher: 2.2.0 -> 2.3.0
This commit is contained in:
Fabian Affolter 2022-09-09 12:03:49 +02:00 committed by GitHub
commit 72cbad84d5
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.2.0";
version = "2.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_agent_dispatcher";
rev = "refs/tags/${version}";
hash = "sha256-dTXTR2H37FDfnpY4Ts6NoYAnJX52yqRZeD2Yf8S/kS8=";
hash = "sha256-lsSpD3XJ6Yw9viRCRB7zhl/KTC6Nwle2vnZ9xWr4Ujo=";
};
nativeBuildInputs = with python3.pkgs; [