Unverified Commit 8fece432 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents e2e4131e 1d2d2790
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''
+2 −2
Original line number Diff line number Diff line
@@ -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 = [