python310Packages.libknot: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm 2023-12-20 15:49:10 +00:00
parent 6b25f0686e
commit e71052d890

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.3.2";
version = "3.3.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uttdIl2ONoR9ba6gJXmJkU++UQldcezwTUG+X5mCcbE=";
hash = "sha256-w8VAA+llRg1xeAMRe7ISHo8H+qGi247jwOjTZHecFVM=";
};
postPatch = ''