Merge pull request #300596 from r-ryantm/auto-update/python311Packages.craft-parts

python311Packages.craft-parts: 1.26.2 -> 1.29.0
This commit is contained in:
Jon Seager 2024-04-02 08:12:36 +01:00 committed by GitHub
commit 3494439b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "1.26.2";
version = "1.29.0";
pyproject = true;
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
rev = "refs/tags/${version}";
hash = "sha256-wHv0JWffS916RK4Kgk+FuRthx+ajh0Ka4DBwGrLdUBs=";
hash = "sha256-3AWiuRGUGj6q6ZEnShc64DSL1S6kTsry4Z1IYMelvzg=";
};
patches = [