python3Packages.buildstream-plugins: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm
2025-09-17 15:27:46 +02:00
committed by Sandro Jäckel
parent 4bf9eb4f84
commit 6de4c5d0e4
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "buildstream-plugins";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "buildstream-plugins";
tag = version;
hash = "sha256-VAHDMy4DvNneWP1jhrIZzogZ5Gz5PS/GcFpOg2cGYvs=";
hash = "sha256-nWs18iYXRcEIWVvIC3pnbhczK7Fxf2Jqk4GT7Dv0EXs=";
};
build-system = [