heatclient: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm
2025-01-10 14:38:10 +00:00
parent 24a8c64c2b
commit 05204b552d
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "4.0.0";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ozpv4yyu8lmWmKg2iGMMN8IJ29zr87Gj73dn5QMgifI=";
hash = "sha256-1oSZzmcDEwThBbF8M/nvY//axJLyQUxDAVOYIsLr9w0=";
};
build-system = [