1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python39Packages.oslo-utils: 4.12.0 -> 4.12.1

This commit is contained in:
Sandro Jäckel 2022-01-24 03:36:02 +01:00
parent c1801065f4
commit a58997f52e
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.0";
version = "4.12.1";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
sha256 = "37aa1ee2c6cd8f3933912dd4323cbf7cd2d141e6dedb3debb764e491a9c9cf4d";
sha256 = "sha256-zzEhx2/jwpY+1WOo68PJ/TvDy6XUT76K7LVAfUMMMJI=";
};
postPatch = ''