python3Packages.pyicloud: 2.2.0 -> 2.3.0
https://github.com/timlaing/pyicloud/releases/tag/2.3.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -20,16 +20,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyicloud";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "timlaing";
|
||||
repo = "pyicloud";
|
||||
tag = version;
|
||||
hash = "sha256-Lkabmeh+D+nv30DyVRTQhnoyEt6cp2003uGn/GyOrHs=";
|
||||
hash = "sha256-sejOJOzgZD531U5tHMoTwDH0ZkAi0sZ/nPp7uQDIZvU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools >= 77.0,< 80.10" setuptools
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user