python3Packages.python-heatclient: 2.5.1 -> 3.0.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:30 +02:00
parent 0efdb9587a
commit 314efcd770

View File

@ -22,11 +22,11 @@
buildPythonApplication rec {
pname = "python-heatclient";
version = "2.5.1";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3l7XyxKm18BAM1DhNsCmRwcZR224+8m/jQ1YHrwLHCs=";
sha256 = "sha256-5OLysKbM2GbjMT8lshWDLMtqOrHq2DhhWvbw1oNBNZs=";
};
propagatedBuildInputs = [