Commit 07e4c2fe authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.oslo-config: 9.7.1 -> 9.8.0

parent 3f96c18c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildPythonPackage rec {
  pname = "oslo-config";
  version = "9.7.1";
  version = "9.8.0";
  pyproject = true;

  src = fetchPypi {
    pname = "oslo_config";
    inherit version;
    hash = "sha256-VVizS8wrUvIgjoD8rZVaT3ssQbskW2RR1DpiGtEmO70=";
    hash = "sha256-7qgAlQSr7mchN8WL2r2roYX0lrk8ha3SRuLNzr6dCKo=";
  };

  postPatch = ''