[meta-oe][PATCH 046/109] mercurial: upgrade 7.2.2 -> 7.2.3
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Point release with bug fixes and minor improvements. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <[email protected]> --- .../mercurial/{mercurial_7.2.2.bb => mercurial_7.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/mercurial/{mercurial_7.2.2.bb => mercurial_7.2.3.bb} (96%) diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_7.2.2.bb b/meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.bb similarity index 96% rename from meta-oe/recipes-devtools/mercurial/mercurial_7.2.2.bb rename to meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.bb index 99f54b7627..8559d2e40d 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_7.2.2.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_7.2.3.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] = "f2ec8e7eeef0500591706d374555f0ceb118822068e75fa3b32be07dd2184f6c" +SRC_URI[sha256sum] = "1cb74ca95da021666b5a94a9bdc62f16255a6452f5a84cc2ae71bda8c7dbe36b" # 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.