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

python310Packages.oslo-context: 4.1.0 -> 5.0.0

parent bee8b6b3
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 = ''