python3Packages.linode-api: 5.37.0 -> 5.38.0
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "linode-api";
|
pname = "linode-api";
|
||||||
version = "5.37.0";
|
version = "5.38.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# Sources from Pypi exclude test fixtures
|
# Sources from Pypi exclude test fixtures
|
||||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "linode";
|
owner = "linode";
|
||||||
repo = "python-linode-api";
|
repo = "python-linode-api";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-fRTTXWkn1YBWW9xrFm3y6o7f8ZdYhObqVLSHAuiNHak=";
|
hash = "sha256-ToM3ur0bqU5xXCtO8ekZwpvM1bRxtwa7CqOzGJEyY7I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user