peering-manager: 1.9.6 -> 1.9.7 (#432356)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:10:52 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "peering-manager";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "peering-manager";
repo = "peering-manager";
tag = "v${version}";
sha256 = "sha256-XPnov+pvO0H1ucMuSXs2tpYRE87jpfDiBDUFjnEhydA=";
sha256 = "sha256-lxelWtiMO6w8Tt7zK/NDdmc3PaKlGibKjSfhD+tGrCU=";
};
format = "other";