python3Packages.libknot: 3.4.8 -> 3.5.0

This is needed for the prometheus exporter to work (SONAME change).

Changed files
+2 -2
pkgs
development
python-modules
libknot
+2 -2
pkgs/development/python-modules/libknot/default.nix
···
buildPythonPackage rec {
pname = "libknot";
-
version = "3.4.8";
+
version = "3.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-mQAHjHBI4mTm4X54kzFRg7cV42/AktRQyNd2gT+n0KU=";
+
hash = "sha256-8sWO70le3qmhNiU4xEEM3IOrrc20+WT2Y2UBSPBEFkk=";
};
postPatch = ''