python3Packages.python-otcextensions: 0.32.29 -> 0.34.1

(cherry picked from commit 109fd85d86)
This commit is contained in:
Vinetos 2026-05-26 19:29:50 +02:00 committed by github-actions[bot]
commit de2406bdaf

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "python-otcextensions";
version = "0.32.29";
version = "0.34.1";
pyproject = true;
src = fetchFromGitHub {
owner = "opentelekomcloud";
repo = "python-otcextensions";
tag = version;
hash = "sha256-hqxCnIfVJPnlwree0+kY9iXXjPMoGd06tVT+yT6rex8=";
hash = "sha256-zD7kvm1/GrhwokXK1I35g2HMD6kUU87MnmQ37GtSO2Q=";
};
env.PBR_VERSION = version;