python312Packages.libknot: 3.3.7 -> 3.3.8

(cherry picked from commit 976ead65c8)
This commit is contained in:
R. Ryantm 2024-07-22 13:31:42 +00:00 committed by Vladimír Čunát
parent 2f84187ab7
commit cffc058837
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = ''