python3Packages.libknot: 3.5.7 -> 3.5.8

This commit is contained in:
Martin Weinelt
2026-09-06 16:26:27 +02:00
parent 6ce9d7be35
commit 5bfbad6fed

View File

@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.5.7";
version = "3.5.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lh7PStyf+Ofqq752WinQvwG7LmUIxRrngN3Kp4k8YSk=";
hash = "sha256-07JiQj7LVzZTtdq6LghgTbF165hwpTJosFnhsEHdFgc=";
};
postPatch = ''