python312Packages.python-mistralclient: 5.3.0 -> 5.4.0

https://github.com/openstack/python-mistralclient/compare/5.3.0...5.4.0
This commit is contained in:
Anthony ROUSSEL 2025-05-01 00:00:44 +02:00
parent 9818d246d1
commit b487e12509

View File

@ -27,7 +27,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-mistralclient"; pname = "python-mistralclient";
version = "5.3.0"; version = "5.4.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "openstack"; owner = "openstack";
repo = "python-mistralclient"; repo = "python-mistralclient";
rev = version; rev = version;
hash = "sha256-Vi56+OlFU2Aj7yJ/cH5y0ZbzPhglTciJcTnkbA0S7Qo="; hash = "sha256-c1kMDyRNMZKnDvL993WvZSsjkXgYLM2+9KBmF+I4vnM=";
}; };
env.PBR_VERSION = version; env.PBR_VERSION = version;