Commit f3fc34c5 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.oslo-log: 5.1.0 -> 5.2.0

parent b6fd8656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "oslo-log";
  version = "5.1.0";
  version = "5.2.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "oslo.log";
    inherit version;
    hash = "sha256-9qw3r5WRjgXXod19CwVSuosisuQwhi6zNt5ZLSXITyk=";
    hash = "sha256-YiYzbVtu4YhfBXtl2+3oTEqcXk5K51oOjn84PBY+xIA=";
  };

  propagatedBuildInputs = [