buildstream: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2026-03-11 08:55:36 +00:00
parent fff3518dcc
commit d380a147a6
+2 -2
View File
@@ -24,14 +24,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "buildstream";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "buildstream";
tag = finalAttrs.version;
hash = "sha256-2Z+s0dQB85MBO06llhIEO3jwWfL53n74S28ENHcbe/Q=";
hash = "sha256-eHZmimuwOo3ZHZw5QF94B6wkso1+QbZIcgpDgsw1hiM=";
};
build-system = with python3Packages; [