python3Packages.python-heatclient: 4.1.0 -> 4.3.0

Diff: https://github.com/openstack/python-heatclient/compare/4.1.0...4.3.0

+8 -5
+8 -5
pkgs/development/python-modules/python-heatclient/default.nix
··· 12 12 oslo-utils, 13 13 pbr, 14 14 prettytable, 15 + python-openstackclient, 15 16 python-swiftclient, 16 17 pythonOlder, 17 18 pyyaml, 18 - requests, 19 19 requests-mock, 20 + requests, 20 21 setuptools, 21 22 sphinxHook, 22 23 stestr, ··· 25 26 26 27 buildPythonPackage rec { 27 28 pname = "python-heatclient"; 28 - version = "4.1.0"; 29 + version = "4.3.0"; 29 30 pyproject = true; 30 31 31 - disabled = pythonOlder "3.8"; 32 + disabled = pythonOlder "3.10"; 32 33 33 34 src = fetchPypi { 34 - inherit pname version; 35 - hash = "sha256-1oSZzmcDEwThBbF8M/nvY//axJLyQUxDAVOYIsLr9w0="; 35 + pname = "python_heatclient"; 36 + inherit version; 37 + hash = "sha256-itp863fyXw2+OuLjMoowRhrblP+/NrDCqrwszkg7dfA="; 36 38 }; 37 39 38 40 build-system = [ 39 41 openstackdocstheme 42 + python-openstackclient 40 43 setuptools 41 44 sphinxHook 42 45 ];