Commit aba2d9e6 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python311Packages.osprofiler: 4.1.0 -> 4.2.0

parent 3d218ab3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchPypi,
  netaddr,
  oslo-concurrency,
  oslo-config,
  oslo-serialization,
  oslo-utils,
  prettytable,
@@ -14,12 +15,12 @@

buildPythonPackage rec {
  pname = "osprofiler";
  version = "4.1.0";
  version = "4.2.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-V4N7YgWBsTREouIFZHddT8c+/2fHiIr5mUftWC/lFLA=";
    hash = "sha256-bdHEviZFqPJBIQVdpbtGFojcr8fmtNS6vA7xumaQJ4E=";
  };

  build-system = [ setuptools ];
@@ -27,6 +28,7 @@ buildPythonPackage rec {
  dependencies = [
    netaddr
    oslo-concurrency
    oslo-config
    oslo-serialization
    oslo-utils
    prettytable