python3Packages.libknot: 3.5.0 -> 3.5.1 (#453098)

This commit is contained in:
Martin Weinelt
2025-10-19 14:20:44 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8sWO70le3qmhNiU4xEEM3IOrrc20+WT2Y2UBSPBEFkk=";
hash = "sha256-O4kMd07Tmiy+q/klMCoeSp23EkZNoKKeuUHMhzn+118=";
};
postPatch = ''
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-uFCIM+pZiJ6nvapEKjgHRrIuc5p5uq5q1ToD36e19zk=";
hash = "sha256-BsNjzqGSH5Pn+deL2rM0XMVvpGdRfzuo4vzbG4I5Mtw=";
};
build-system = [