Merge pull request #235533 from r-ryantm/auto-update/python310Packages.python-heatclient

python310Packages.python-heatclient: 3.2.0 -> 3.3.0
This commit is contained in:
Nick Cao 2023-06-02 01:56:19 -06:00 committed by GitHub
commit eb375de2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.2.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-LYjRjDeZp7LQeQFXLogyGy4LEgawTQED+5qRu799tWM=";
hash = "sha256-opBb9Zf60kgMtBNis2c+22VGS7psFEDPYvlz7WyKIHs=";
};
propagatedBuildInputs = [