python312Packages.craft-cli: 2.6.0 -> 2.7.0 (#339955)

This commit is contained in:
Jon Seager 2024-09-06 10:45:45 +01:00 committed by GitHub
commit 645018b0c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "craft-cli";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-cli";
rev = "refs/tags/${version}";
hash = "sha256-8+dyFOEW0F4t2issRlOqdbzf0Avg0NsADgk96mZFpEQ=";
hash = "sha256-PNurNP0ghG/R0rcUc5GfuPM5PTt+9FbJRjs61YJ1ytc=";
};
postPatch = ''