python3Packages.libknot: 3.3.9 -> 3.4.0

This commit is contained in:
Vladimír Čunát 2024-09-02 14:35:31 +02:00
parent 0ea1446704
commit 8650d279f1
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.9";
version = "3.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AAjH5+IQdkzTIp1+q638d9dzAfo7nXUudOLQm81P7lU=";
hash = "sha256-BtESc9BIZeDNNPJYyMLTeMsNHm+xBcLueyJ7/1iXFos=";
};
postPatch = ''