irrd: 4.5.0b2 -> 4.5.0

This commit is contained in:
Sarah Clark
2026-02-08 10:51:52 -08:00
parent 4db04c4fc3
commit 430c6a3c2a
+4 -10
View File
@@ -3,7 +3,6 @@
python3,
fetchPypi,
fetchFromGitHub,
fetchpatch,
git,
postgresql,
postgresqlTestHook,
@@ -41,21 +40,16 @@ in
py.pkgs.buildPythonPackage rec {
pname = "irrd";
version = "4.5.0b2";
version = "4.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "irrdnet";
repo = "irrd";
rev = "v${version}";
hash = "sha256-MMacxjF0LLSdInSwXwpHJUTdUQJ6sl4yu83vWR/A4Jc=";
tag = "v${version}";
hash = "sha256-6z94Ha2QQ0LE4o3hzsNl4y/nPv849cSP8on3UeegE4c=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail py-radix py-radix-sr
'';
pythonRelaxDeps = true;
build-system = with python3.pkgs; [ poetry-core ];
@@ -153,7 +147,7 @@ py.pkgs.buildPythonPackage rec {
];
meta = {
changelog = "https://irrd.readthedocs.io/en/v${version}/releases/";
changelog = "https://irrd.readthedocs.io/en/${src.tag}/releases/";
description = "Internet Routing Registry database server, processing IRR objects in the RPSL format";
license = lib.licenses.mit;
homepage = "https://github.com/irrdnet/irrd";