From 555c071d592a94cb3f431ad43e10f38f5ca203ef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:44 +0800 Subject: [PATCH] python3-ckzg: upgrade 2.1.7 -> 2.1.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-ckzg_2.1.7.bb => python3-ckzg_2.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ckzg_2.1.7.bb => python3-ckzg_2.1.8.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb b/meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb rename to meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb index b01bd2d78d..b385bf37f8 100644 --- a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-ckzg_2.1.8.bb @@ -8,6 +8,6 @@ SRC_URI += " \ file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ " -SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928" +SRC_URI[sha256sum] = "d7bef6b425dca6995457fc59fc5b30211d9b28cbbeee0e7a7bef1372e13f29ca" inherit pypi setuptools3