From 5dccd38536a98e4819d5dc338032a030363b3f06 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 25 Dec 2025 13:03:10 -0600 Subject: [PATCH] fix (glasgow): update patch (#8627) Signed-off-by: Owen-sz --- anda/tools/glasgow/remove-dep-versions.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/glasgow/remove-dep-versions.patch b/anda/tools/glasgow/remove-dep-versions.patch index dfcad74c02..cec8ad57b8 100644 --- a/anda/tools/glasgow/remove-dep-versions.patch +++ b/anda/tools/glasgow/remove-dep-versions.patch @@ -9,7 +9,7 @@ index c1151748..c3302e60 100644 - "typing_extensions>=4.8,<5", + "typing_extensions", # Amaranth is the core of the Glasgow software/gateware interoperability layer. It uses SemVer. -- "amaranth>=0.5.7,<0.6", +- "amaranth>=0.5.8,<0.6", + "amaranth", # `packaging` is used in the plugin system, `support.plugin`. It uses CalVer: the major version # is the two last digits of the year and the minor version is the release within that year.