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

Merge pull request #181403 from r-ryantm/auto-update/python3.10-oslo.context

python310Packages.oslo-context: 4.1.0 -> 5.0.0
parents ddaaf525 e2105ec0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "oslo.context";
  version = "4.1.0";
  version = "5.0.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-damnIqVS+6ionooBAo+oKmGQqzF6lZG7gzA6IhCnkUQ=";
    sha256 = "sha256-iMDG0HZoHGDVYPfWZWXkKsEWxaqKKKBNt8CsACUTMiQ=";
  };

  postPatch = ''