python312Packages.libknot: 3.3.5 -> 3.3.6

This commit is contained in:
Martin Weinelt
2024-06-13 01:45:50 +02:00
parent e67116cda6
commit 5e57e65ce4
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.3.5";
version = "3.3.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-nEeDawZ/kChHQA3qoEKy+R+Uy7ogNL3ows3Yzs5OhpY=";
hash = "sha256-N96gdO5sezMyKt0QdX7ORg5DnEVSqb1j+WohvOHdYYU=";
};
postPatch = ''
@@ -26,7 +26,7 @@ buildPythonPackage rec {
--replace "libknot.so%s" "${lib.getLib knot-dns}/lib/libknot.so%s"
'';
nativeBuildInputs = [ hatchling ];
build-system = [ hatchling ];
pythonImportsCheck = [ "libknot" ];
@@ -35,6 +35,5 @@ buildPythonPackage rec {
homepage = "https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot";
license = licenses.gpl3Only;
maintainers = with maintainers; [ hexa ];
mainProgram = "libknot";
};
}