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

python3Packages.libknot: 3.5.3 -> 3.5.4 (#511917)

parents 43be7c75 b8a46e4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

  src = fetchPypi {
    pname = "knot_exporter";
    inherit version;
    hash = "sha256-sCmzYS6mjEUHomA25HRxJs2X+9Uv50ll4tqR2BAj0ro=";
    hash = "sha256-3i1k3xCKdmDV/oNX8vhoJNzigx562OwdZ+oXbDjdbiI=";
  };

  build-system = [
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

buildPythonPackage rec {
  pname = "libknot";
  version = "3.5.3";
  version = "3.5.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jnJ7xWO29V04Xln8xSZ+ky5ravQ2rEpSRx8Xh6PWbyw=";
    hash = "sha256-pwXOlz5oxtDOkUXWcqTSwPc9BeYaikG4E7qJ4rbVsAk=";
  };

  postPatch = ''