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

prometheus-knot-exporter: 3.3.8 -> 3.3.9 (#337740)

parents 14d9c554 fec78fd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

buildPythonPackage rec {
  pname = "libknot";
  version = "3.3.8";
  version = "3.3.9";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-RG2NOFQC6rxeutawn3ArZy9uNLn+gPmEqrv1E0YYJx4=";
    hash = "sha256-AAjH5+IQdkzTIp1+q638d9dzAfo7nXUudOLQm81P7lU=";
  };

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

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

  src = fetchPypi {
    pname = "knot_exporter";
    inherit version;
    hash = "sha256-c6J2c9UpuLOW9rUif+k76PUb7Mh2WIH5Nn3alKaVNyw=";
    hash = "sha256-8OeMWEXnAaLYpZD/bKAm8vtf0mkGCavmJOV4ThWGDDo=";
  };

  nativeBuildInputs = [