Unverified Commit 5aa13af2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.oslo-config: 10.2.0 -> 10.3.0 (#493176)

parents ee9d4830 ec7e0cba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildPythonPackage rec {
  pname = "oslo-config";
  version = "10.2.0";
  version = "10.3.0";
  pyproject = true;

  src = fetchPypi {
    pname = "oslo_config";
    inherit version;
    hash = "sha256-bSghE/L7LuTUDIvs20rDmRfD9EfDuzVav0fw1hge3/w=";
    hash = "sha256-xAWkCosFqpe7XCS7C4SZgaelt9VjBN9AYyciMSxY6so=";
  };

  postPatch = ''