From 0126568ef4300aa1fa87ea56c11f26edfd543c5f Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 23 Jun 2022 15:09:21 +0800 Subject: [PATCH] python3-nmap: upgrade 1.5.1 -> 1.5.4 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../python/{python3-nmap_1.5.1.bb => python3-nmap_1.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nmap_1.5.1.bb => python3-nmap_1.5.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.1.bb b/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-nmap_1.5.1.bb rename to meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb index ed0e980c8d..828d7089b2 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb @@ -8,7 +8,7 @@ DEPENDS += "${PYTHON_PN}-wheel-native" PYPI_PACKAGE = "python3-nmap" -SRC_URI[sha256sum] = "0e6667153a84938bdc0e95a64cd86397b4c46724c422873ea8f1d007d248926a" +SRC_URI[sha256sum] = "cd5b0180d4d8cfe96c33e5e7956fa011379af108e2e8291b84e933b6385856e9" inherit pypi setuptools3