From 3f72b6edb9a3563e4337a5a42641a3ce0b177de0 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:47:58 +0000 Subject: [PATCH] update refs --- gimp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gimp.yaml b/gimp.yaml index 7e4b445..8946715 100644 --- a/gimp.yaml +++ b/gimp.yaml @@ -41,18 +41,18 @@ data: rpms: pygobject2: rationale: GIMP Module dependency - ref: stream-2.28.7-rhel-8.8.0 + ref: stream-gimp-2.8-rhel-8.9.0 buildorder: 1 python2-pycairo: rationale: Python2 binding required by pygtk2 - ref: stream-python2-rhel-8.8.0 + ref: stream-gimp-2.8-rhel-8.9.0 buildorder: 3 pygtk2: rationale: GIMP Module dependency - ref: stream-2.24-rhel-8.8.0 + ref: stream-gimp-2.8-rhel-8.9.0 buildorder: 5 gimp: rationale: GIMP Module. - ref: stream-2.8-rhel-8.8.0 + ref: stream-gimp-2.8-rhel-8.9.0 buildorder: 10 ...