python3Packages.craft-cli: 2.7.0 -> 2.10.1

This commit is contained in:
Jon Seager 2024-11-20 10:11:59 +00:00
parent 66b4c35cbf
commit 4daafb51e3
No known key found for this signature in database

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "craft-cli"; pname = "craft-cli";
version = "2.7.0"; version = "2.10.1";
pyproject = true; pyproject = true;
@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "canonical"; owner = "canonical";
repo = "craft-cli"; repo = "craft-cli";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-PNurNP0ghG/R0rcUc5GfuPM5PTt+9FbJRjs61YJ1ytc="; hash = "sha256-XKRV5VJLC3B5gcNr/icOxWB6pDXDT7MV5wM/vEQHVm4=";
}; };
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace-fail "setuptools==70.1.0" "setuptools" --replace-fail "setuptools==75.2.0" "setuptools"
''; '';
build-system = [ setuptools-scm ]; build-system = [ setuptools-scm ];