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

python311Packages.oslo-db: 15.1.0 -> 16.0.0
This commit is contained in:
OTABI Tomoya 2024-07-14 21:34:41 +09:00 committed by GitHub
commit 7f66716dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [