Merge pull request #189025 from r-ryantm/auto-update/python310Packages.oslo-db

This commit is contained in:
Sandro 2022-08-31 22:13:54 +02:00 committed by GitHub
commit 6ef0a57044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "oslo-db";
version = "12.0.0";
version = "12.1.0";
src = fetchPypi {
pname = "oslo.db";
inherit version;
sha256 = "sha256-EFuxQWOk7GG85z+N8ZADLIdZiJuA8B1ZrsdwR+cN24c=";
sha256 = "sha256-NekFa19t537lMlld8CX6iG4qstxIN4v11vTobdN8v3Y=";
};
nativeBuildInputs = [ pbr ];