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

This commit is contained in:
Sandro 2023-01-09 16:47:47 +01:00 committed by GitHub
commit 8dec2d3560
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.2.0";
version = "12.3.0";
src = fetchPypi {
pname = "oslo.db";
inherit version;
sha256 = "sha256-wAA/+oqFjUfbFYIxSWWC9jgFpgqvIg4AlKhVM3MwGuc=";
sha256 = "sha256-egL5k/Y99DLYhGsvC3t0dluwFJRe21sBWI5qG5Gzuck=";
};
nativeBuildInputs = [ pbr ];