Commit 46f6edbd authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.oslo-serialization: 5.3.0 -> 5.4.0

parent 8c826e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "oslo-serialization";
  version = "5.3.0";
  version = "5.4.0";
  format = "setuptools";

  src = fetchPypi {
    pname = "oslo.serialization";
    inherit version;
    hash = "sha256-IoiY9PM7feq8dCibMrvTAqZZw5z23akEhRD5MPxPdu0=";
    hash = "sha256-MVyzRl6ZxoXLCRuQNly3Ab7nFA4gS6Pl/C2KILTsbnY=";
  };

  postPatch = ''