mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.python-otcextensions: 0.32.29 -> 0.34.1
(cherry picked from commit 109fd85d86)
This commit is contained in:
parent
5cb934ec06
commit
de2406bdaf
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue