exabgp: 4.2.21 -> 4.2.22

This commit is contained in:
R. Ryantm 2024-06-14 15:38:40 +00:00
parent f172255668
commit 3c38ddd227

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "exabgp";
version = "4.2.21";
version = "4.2.22";
format = "pyproject";
src = fetchFromGitHub {
owner = "Exa-Networks";
repo = "exabgp";
rev = "refs/tags/${version}";
hash = "sha256-NlGE3yHUXPdxAMGhSaXMT2P1e7P+4AWg4lReP3f6Zx8=";
hash = "sha256-PrdCAmefKCBmbBFp04KiQGSsZZ4KNFk/ZtMedh9oow4=";
};
nativeBuildInputs = with python3.pkgs; [