python3Packages.craft-parts: 2.6.0 -> 2.6.1 (#381853)

This commit is contained in:
Gaétan Lepage 2025-02-13 21:51:31 +01:00 committed by GitHub
commit 27a3331275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.6.0";
version = "2.6.1";
pyproject = true;
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-SybDzprUrKeL+Jl7Gm4XYLlvmy056D1OtJB7v/W2flY=";
hash = "sha256-KQS4jjA66rROglOrGR7UofJL+oYEEC2X+o6pROrR5r4=";
};
patches = [ ./bash-path.patch ];