python312Packages.libknot: 3.3.7 -> 3.3.8

This commit is contained in:
R. Ryantm
2024-07-22 13:31:42 +00:00
parent 48b8f3cbb7
commit 976ead65c8
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.3.7";
version = "3.3.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-3t/YYP7Hnua3fZ4PPN59BcPKHWukygUlcBGfNPOjJAE=";
hash = "sha256-RG2NOFQC6rxeutawn3ArZy9uNLn+gPmEqrv1E0YYJx4=";
};
postPatch = ''