Merge pull request #175822 from SuperSandro2000/python310Packages.oslo-db

This commit is contained in:
Sandro 2022-06-02 12:18:41 +02:00 committed by GitHub
commit 6ae9b82b27
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 = "11.2.0";
version = "11.3.0";
src = fetchPypi {
pname = "oslo.db";
inherit version;
sha256 = "sha256-ezppPrC1BEkUmiJWGMdQtvDhZWyEJoGEe0e4UK1FYL4=";
sha256 = "sha256-CSlZI05V8p+lCgjPcG6LZi4y2nVNrFhjI95TDM/WJnM=";
};
nativeBuildInputs = [ pbr ];