python39Packages.oslo-utils: 4.12.1 -> 4.12.2

This commit is contained in:
Sandro Jäckel 2022-02-19 00:13:22 +01:00
parent 4150bf02b5
commit ac71b540e3
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.12.1";
version = "4.12.2";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
sha256 = "sha256-zzEhx2/jwpY+1WOo68PJ/TvDy6XUT76K7LVAfUMMMJI=";
sha256 = "sha256-Qf0sT/bS6No4qttaW/JCWKhlDg4KaYprI51IuOQXfDs=";
};
postPatch = ''