python310Packages.oslo-utils: 4.12.2 -> 4.13.0
This commit is contained in:
parent
06e6b81e98
commit
ad34ff7434
@ -23,12 +23,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "oslo-utils";
|
pname = "oslo-utils";
|
||||||
version = "4.12.2";
|
version = "4.13.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "oslo.utils";
|
pname = "oslo.utils";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-Qf0sT/bS6No4qttaW/JCWKhlDg4KaYprI51IuOQXfDs=";
|
sha256 = "sha256-RbqKql7QVqjo5GBZ75PVwte5yZvHSA42HPV4Pkfyj7o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user