From 498091dcb3c779cab4cd529ddaf87000583ff525 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:28:55 -0700 Subject: [PATCH] python3-web3: upgrade 6.11.1 -> 6.11.2 Signed-off-by: Khem Raj --- .../python/{python3-web3_6.11.1.bb => python3-web3_6.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-web3_6.11.1.bb => python3-web3_6.11.2.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-web3_6.11.1.bb b/meta-python/recipes-devtools/python/python3-web3_6.11.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-web3_6.11.1.bb rename to meta-python/recipes-devtools/python/python3-web3_6.11.2.bb index aabea69a3d..8cc5dd7284 100644 --- a/meta-python/recipes-devtools/python/python3-web3_6.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-web3_6.11.2.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635" -SRC_URI[sha256sum] = "d301d7120922d5b9e5c9535ef9780012ea25ea4011c2b177490ba7d3ef886b92" +SRC_URI[sha256sum] = "77340b9a8109835a680950e09f21ae77e41ea38076215ab8be2ba4bee7b8034a" inherit pypi setuptools3