Unverified Commit 4fe0e689 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

prometheus-knot-exporter: 3.4.5 -> 3.4.6 (#397643)



* prometheus-knot-exporter: 3.4.5 -> 3.4.6

* python312Packages.libknot: 3.4.5 -> 3.4.6

---------

Co-authored-by: default avatarMartin Weinelt <hexa@darmstadt.ccc.de>
parents 7754b004 dca49661
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.5";
  version = "3.4.6";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-z7OJiFQZ6m5y/qbZN9LLQ6NvKz3HQJXGGOE5gK0DTRM=";
    hash = "sha256-GthzZgu8UW/BoW5AJSriKSKHEQF4w9S0Vnl9DKOsimk=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "knot-exporter";
  version = "3.4.5";
  version = "3.4.6";
  pyproject = true;

  src = fetchPypi {
    pname = "knot_exporter";
    inherit version;
    hash = "sha256-OD8Z2xdRydEp3TeXX9l0ASus+c3YziGF50tn7QOugUE=";
    hash = "sha256-OMBg7sjFU3GpVKiXNWVBr4Oa1v4MTr1jZMrR7MhzgVg=";
  };

  nativeBuildInputs = [