faraday-agent-dispatcher: 3.0.1 -> 3.2.1

This commit is contained in:
R. Ryantm 2024-02-12 14:04:41 +00:00
parent 5600847c87
commit 5a8fb51224

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "faraday-agent-dispatcher";
version = "3.0.1";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_agent_dispatcher";
rev = "refs/tags/${version}";
hash = "sha256-QCxYqLZAPrhcKAFguWT2ygN/OMe2Tr7HtnMx4Kp2bGM=";
hash = "sha256-OO9Rxm7jMfQAyyO5plLDWXbfYmPR2egewOMlrhHQTEw=";
};
postPatch = ''