peering-manager: 1.10.3 -> 1.10.4

This commit is contained in:
Jennifer Graul
2026-03-23 13:03:52 +01:00
parent 1fc806d23f
commit 572b2bd42f
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
python.pkgs.buildPythonApplication (finalAttrs: {
pname = "peering-manager";
version = "1.10.3";
version = "1.10.4";
src = fetchFromGitHub {
owner = "peering-manager";
repo = "peering-manager";
tag = "v${finalAttrs.version}";
sha256 = "sha256-SRXQIbSCnIH1JUJTpF754Jx/B+xzgKhXfNGbhaMyCYQ=";
sha256 = "sha256-CsRLMqUgv4av0owZ/pegERcyyHddxyZffbc8/iTOcVA=";
};
pyproject = false;