Unverified Commit 7f66716d authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #324985 from r-ryantm/auto-update/python311Packages.oslo-db

python311Packages.oslo-db: 15.1.0 -> 16.0.0
parents 3fb497cc b55ffeec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

buildPythonPackage rec {
  pname = "oslo-db";
  version = "15.1.0";
  version = "16.0.0";
  pyproject = true;

  src = fetchPypi {
    pname = "oslo.db";
    inherit version;
    hash = "sha256-FqvjqOYf52zaLwPZx9xZEITRnvYU8xiHvylp7fsg6E4=";
    hash = "sha256-8bNUjR8eEfLYEZfBwXix0lO2A474iDYdMQp2Aa7BfoE=";
  };

  nativeBuildInputs = [