From af07c6f02f2dd935039680c09dcce264bc97bcc7 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Wed, 17 Aug 2022 10:25:15 +0800 Subject: [PATCH] python3-hexbytes: upgrade 0.2.2 -> 0.2.3 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../{python3-hexbytes_0.2.2.bb => python3-hexbytes_0.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-hexbytes_0.2.2.bb => python3-hexbytes_0.2.3.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb rename to meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb index 89792d9806..534cc88e1d 100644 --- a/meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb @@ -4,6 +4,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324" -SRC_URI[sha256sum] = "a5881304d186e87578fb263a85317c808cf130e1d4b3d37d30142ab0f7898d03" +SRC_URI[sha256sum] = "199daa356aeb14879ee9c43de637acaaa1409febf15151a0e3dbcf1f8df128c0" inherit pypi setuptools3