[oe][meta-oe][PATCH 22/25] mercurial: upgrade 7.2.3 -> 7.2.4
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Release Notes: https://www.mercurial-scm.org/relnotes/7.2#mercurial-7-2-4-2026-08-11 Signed-off-by: Ankur Tyagi <[email protected]> --- .../mercurial/{mercurial_7.2.3.bb => mercurial_7.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/mercurial/{mercurial_7.2.3.bb => mercurial_7.2.4.bb} (96%) diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.bb b/meta-oe/recipes-devtools/mercurial/mercurial_7.2.4.bb similarity index 96% rename from meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.bb rename to meta-oe/recipes-devtools/mercurial/mercurial_7.2.4.bb index 8559d2e40d..a517b3aa5e 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_7.2.4.bb @@ -10,7 +10,7 @@ RDEPENDS:${PN} = "python3 python3-modules" inherit python3native python3targetconfig SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" -SRC_URI[sha256sum] = "1cb74ca95da021666b5a94a9bdc62f16255a6452f5a84cc2ae71bda8c7dbe36b" +SRC_URI[sha256sum] = "85839e0f39e6cb893a88932aa36ef661759f3c5c5de4551ad26bd9df53cb71a2" # Constrain the version to digits-and-dots, otherwise the auto-derived regex # also matches the X.Yrc0 pre-releases in the same directory and picks those.