python311Packages.libknot: 3.3.4 -> 3.3.5

This commit is contained in:
Martin Weinelt
2024-03-06 11:49:14 +01:00
parent fb45e89a6e
commit 4fc217de2f
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.3.4";
version = "3.3.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KRxc34lqOGuYJM2mUsYrjfiVCQNBxcQyO30wPLf17+Q=";
hash = "sha256-nEeDawZ/kChHQA3qoEKy+R+Uy7ogNL3ows3Yzs5OhpY=";
};
postPatch = ''