python3Packages.buildstream-plugins: 2.5.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2026-03-11 18:59:41 +00:00
parent 0d2e8a1423
commit db2d4e335f
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "buildstream-plugins";
version = "2.5.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "buildstream-plugins";
tag = version;
hash = "sha256-nWs18iYXRcEIWVvIC3pnbhczK7Fxf2Jqk4GT7Dv0EXs=";
hash = "sha256-vbHfceMdaedAg0fVt8pBF+S7yPYhfQlgEYvb48ym+4I=";
};
build-system = [