mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #280229 from SuperSandro2000/auto-update/python311Packages.python-heatclient
python311Packages.python-heatclient: 3.3.0 -> 3.4.0
This commit is contained in:
commit
af5cf87674
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, babel
|
||||
, buildPythonPackage
|
||||
, cliff
|
||||
, fetchPypi
|
||||
@ -22,18 +21,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-heatclient";
|
||||
version = "3.3.0";
|
||||
version = "3.4.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-opBb9Zf60kgMtBNis2c+22VGS7psFEDPYvlz7WyKIHs=";
|
||||
hash = "sha256-ggfhDJW2qn0o4Wi5cdPsEpoHb9miZbr4Ba8mgLkStvI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
babel
|
||||
cliff
|
||||
iso8601
|
||||
keystoneauth1
|
||||
|
Loading…
Reference in New Issue
Block a user