python312Packages.libknot: 3.4.0 -> 3.4.1 (#349001)

This commit is contained in:
Martin Weinelt
2024-10-16 15:23:13 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-BtESc9BIZeDNNPJYyMLTeMsNHm+xBcLueyJ7/1iXFos=";
hash = "sha256-NJmOm2PIbH4GeDN1XlKKeLePHGatDQlWDPJtn5tUO3s=";
};
postPatch = ''
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-YOVLHAJXIgje8Ek7iKGxq4l4PAcWgWnNllRxEJpUcU0=";
hash = "sha256-CkuOO6pOl3/8rLKb5P5a09oNv8rvmy/mURv0b3FRNGA=";
};
nativeBuildInputs = [