summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-heatclient
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:59:30 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:35:11 +0200
commit314efcd770e38d73d3d3ff6f37b6dcb2a49ab375 (patch)
tree1303ca6fbbbe96c1d912695a4561467a4e8e4a2a /pkgs/development/python-modules/python-heatclient
parent0efdb9587a48236eac7ea63a2bd69c3b28a4b127 (diff)
python3Packages.python-heatclient: 2.5.1 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/python-heatclient')
-rw-r--r--pkgs/development/python-modules/python-heatclient/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-heatclient/default.nix b/pkgs/development/python-modules/python-heatclient/default.nix
index dc1694b83e8e..a8b2d36097e3 100644
--- a/pkgs/development/python-modules/python-heatclient/default.nix
+++ b/pkgs/development/python-modules/python-heatclient/default.nix
@@ -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 = [