From 558ce4179fc958d33feb1beb1071fd82c0498cfb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Apr 2024 10:55:05 +0530 Subject: [PATCH] Revert simde back to 0.7.6 See https://github.com/simd-everywhere/simde/issues/1146 --- bypy/sources.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 3ab682b4d..aad9c627f 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -252,10 +252,11 @@ { "name": "simde", + "comment": "Cannot update till https://github.com/simd-everywhere/simde/issues/1146 is released", "unix": { - "filename": "simde-amalgamated-0.8.0.tar.xz", - "hash": "sha256:7c8dd4d613b18724b7ef3dcd1d58739a91501ed80ace916cbca9b8c13e5b92bb", - "urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.8.0/{filename}"] + "filename": "simde-amalgamated-0.7.6.tar.xz", + "hash": "sha256:703eac1f2af7de1f7e4aea2286130b98e1addcc0559426e78304c92e2b4eb5e1", + "urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.7.6/{filename}"] } },