julia: Update hashes of github-generated patch files (#39034)

This commit is contained in:
Mosè Giordano 2023-07-21 14:32:36 +01:00 committed by GitHub
parent 4edeabb2a2
commit c1be7f2354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ class Julia(MakefilePackage):
when="^llvm@12.0.1",
patches=patch(
"https://github.com/JuliaLang/llvm-project/compare/fed41342a82f5a3a9201819a82bf7a48313e296b...980d2f60a8524c5546397db9e8bbb7d6ea56c1b7.patch",
sha256="10cb42f80c2eaad3e9c87cb818b6676f1be26737bdf972c77392d71707386aa4",
sha256="6383aed07cf5dba52efa3a8197dacf19eb8f5c413faeb7fc923d25d1e0eaf5ee",
),
)
depends_on(
@ -131,7 +131,7 @@ class Julia(MakefilePackage):
when="^llvm@13.0.1",
patches=patch(
"https://github.com/JuliaLang/llvm-project/compare/75e33f71c2dae584b13a7d1186ae0a038ba98838...2f4460bd46aa80d4fe0d80c3dabcb10379e8d61b.patch",
sha256="45f72c59ae5cf45461e9cd8b224ca49b739d885c79b3786026433c6c22f83b5f",
sha256="9a38ca275d46f53847f37fa6278c0f20b27baa2a408c889f6b623b91f73b965c",
),
)
depends_on(
@ -139,7 +139,7 @@ class Julia(MakefilePackage):
when="^llvm@14.0.6",
patches=patch(
"https://github.com/JuliaLang/llvm-project/compare/f28c006a5895fc0e329fe15fead81e37457cb1d1...381043941d2c7a5157a011510b6d0386c171aae7.diff",
sha256="f3def26930832532bbcd861d41b31ae03db993bc2b3510f89ef831a30bd3e099",
sha256="7314e392f9e2070bbc01c257f2b6ab4e9ffbd8cb9046f3272366f73c4c01e2a5",
),
)