diff mbox series

[11/12] python3-pygobject: upgrade 3.50.0 -> 3.52.2

Message ID 1742278912-2989-11-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/12] adwaita-icon-theme: upgrade 47.0 -> 48.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 18, 2025, 6:21 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-pygobject_3.50.0.bb => python3-pygobject_3.52.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.50.0.bb => python3-pygobject_3.52.2.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pygobject_3.50.0.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
index 533c2e02aa..08f7dc67b0 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
@@ -18,8 +18,8 @@  DEPENDS += "python3 glib-2.0"
 
 SRCNAME = "pygobject"
 
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[sha256sum] = "869f42ee70dcf6de50bce267072e2c35cee7fcd2e32ea1af3a3a99a88901850a"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"