Merge pull request #275671 from r-ryantm/auto-update/python310Packages.libknot

python310Packages.libknot: 3.3.2 -> 3.3.3
This commit is contained in:
Nick Cao 2023-12-20 11:26:16 -05:00 committed by GitHub
commit 4d7a6e0e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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