python311Packages.craft-parts: 1.26.2 -> 1.29.0

This commit is contained in:
R. Ryantm 2024-04-01 02:19:07 +00:00
parent dbe5775901
commit a7a4d75e6b
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 = [