python3Packages.python-mistralclient: 6.0.0 -> 6.1.0 (#461414)

This commit is contained in:
Sandro
2025-11-17 16:32:17 +00:00
committed by GitHub

View File

@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "python-mistralclient";
version = "6.0.0";
version = "6.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "python-mistralclient";
tag = version;
hash = "sha256-zdCqBua6S+a7iS3VzELM02oJKwLlI24tHWfx4Pt3nQw=";
hash = "sha256-8tB1QPaxdLdti96gOzaXuqLftmTJVM0bosJiKs+0CFs=";
};
env.PBR_VERSION = version;