pypy3@7.3.16: Fix hash (Closes #5746)

This commit is contained in:
github-actions[bot] 2024-04-24 13:38:38 +00:00
parent 9a05bdb17e
commit 86f62d2ac5

View File

@ -6,7 +6,7 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.python.org/pypy/pypy3.10-v7.3.16-win64.zip", "url": "https://downloads.python.org/pypy/pypy3.10-v7.3.16-win64.zip",
"hash": "95ff7c3f23098307de9bea5ea75f47c6c4d615c07bee2e841aecef10e751286b", "hash": "e08415a2f35c6ecf2342b504bdfde11e4c5eca3fc5ef7fd2214ff064a5a54396",
"extract_dir": "pypy3.10-v7.3.16-win64" "extract_dir": "pypy3.10-v7.3.16-win64"
} }
}, },