python3Packages.libknot: 3.5.4 -> 3.5.5 (#531583)

This commit is contained in:
Martin Weinelt
2026-06-14 08:43:04 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.5.4";
version = "3.5.5";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-3i1k3xCKdmDV/oNX8vhoJNzigx562OwdZ+oXbDjdbiI=";
hash = "sha256-4V7fIY5qgKFGSKoodRFgP8e0P0DDvsBPBmzP9TdG98A=";
};
build-system = [
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.5.4";
version = "3.5.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pwXOlz5oxtDOkUXWcqTSwPc9BeYaikG4E7qJ4rbVsAk=";
hash = "sha256-zv8N2Nmk+9BK2U6kfqV+tVoJDQXXZ9vgV+jEYDAYN3g=";
};
postPatch = ''