From 13c042d7cfe82df3480a739aa84a1843d20a2386 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 4 Sep 2023 10:50:36 +0200 Subject: [PATCH] branching - update refs --- gimp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gimp.yaml b/gimp.yaml index 8946715..f6d391b 100644 --- a/gimp.yaml +++ b/gimp.yaml @@ -41,18 +41,18 @@ data: rpms: pygobject2: rationale: GIMP Module dependency - ref: stream-gimp-2.8-rhel-8.9.0 + ref: stream-gimp-2.8-rhel-8.10.0 buildorder: 1 python2-pycairo: rationale: Python2 binding required by pygtk2 - ref: stream-gimp-2.8-rhel-8.9.0 + ref: stream-gimp-2.8-rhel-8.10.0 buildorder: 3 pygtk2: rationale: GIMP Module dependency - ref: stream-gimp-2.8-rhel-8.9.0 + ref: stream-gimp-2.8-rhel-8.10.0 buildorder: 5 gimp: rationale: GIMP Module. - ref: stream-gimp-2.8-rhel-8.9.0 + ref: stream-gimp-2.8-rhel-8.10.0 buildorder: 10 ...