python310Packages.oslo-db: 11.2.0 -> 11.3.0

This commit is contained in:
Sandro Jäckel 2022-06-01 22:09:30 +02:00
parent 06e6b81e98
commit 5ce3fe6407
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 ];