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

Merge pull request #292842 from r-ryantm/auto-update/python311Packages.oslo-context

python311Packages.oslo-context: 5.4.0 -> 5.5.0
parents 80b928af 87af287f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "oslo.context";
  version = "5.4.0";
  version = "5.5.0";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-6WSRu91rUecqOoxUahKbhNI56OngtSEMi6fAoKVimRk=";
    hash = "sha256-6uAxeymSjxk030xguGD+hiUkfLKXxcxi/vjrWCexL6w=";
  };

  postPatch = ''