3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.oslo-utils: 4.10.0 -> 4.11.0

This commit is contained in:
Angus Trau 2021-11-08 22:09:08 +11:00 committed by Sandro Jäckel
parent d9a0a4d667
commit 2f58aa0e90
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "4.10.0";
version = "4.11.0";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
sha256 = "9646e6570ed08a79f21b03acfb60d32a3ac453d76304f8759b1211a59ce372cb";
sha256 = "1wl3r4jayzjgzf36iwn05xcjfh227s97qymjxji9hz4ibhy3v83f";
};
postPatch = ''