diff mbox series

[29/38] python3-pygobject: upgrade 3.48.1 -> 3.48.2

Message ID 1713948152-13501-29-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit eb5cb27155232b969508825628ee87942e9ba1cf
Headers show
Series [01/38] bind: upgrade 9.18.25 -> 9.18.26 | expand

Commit Message

Mingyu Wang (Fujitsu) April 24, 2024, 8:42 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fix support for fundamental (primitive) types, such as Gst.Bitmask

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-pygobject_3.48.1.bb => python3-pygobject_3.48.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.48.1.bb => python3-pygobject_3.48.2.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.48.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pygobject_3.48.1.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.48.2.bb
index 4754e41c04..3d83a8a1c2 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.48.1.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb
@@ -19,7 +19,7 @@  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] = "3a0a2c0c0f25931b5840649c54834b9e58a63148d37fa9f6308887b7027e15c2"
+SRC_URI[sha256sum] = "0794aeb4a9be31a092ac20621b5f54ec280f9185943d328b105cdae6298ad1a7"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"