diff --git a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.2.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.2.3.bb index 3b74e9059d..db9a99946c 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f" +SRC_URI[sha256sum] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$"