From 5044c86343c0331128c1becdf3acaffa6caecff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 15 Apr 2020 09:19:45 +0200 Subject: [PATCH] pypy2: Update to version 7.3.1 --- bucket/pypy2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pypy2.json b/bucket/pypy2.json index 8cf6d354e2..932bd819c1 100644 --- a/bucket/pypy2.json +++ b/bucket/pypy2.json @@ -1,11 +1,11 @@ { - "version": "7.3.0", + "version": "7.3.1", "homepage": "https://pypy.org", "description": "A fast, compliant alternative implementation of the Python language.", "license": "MIT", - "url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.0-win32.zip", - "hash": "a9e3c5c983edba0313a41d3c1ab55b080816c4129e67a6c272c53b9dbcdd97ec", - "extract_dir": "pypy2.7-v7.3.0-win32", + "url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-win32.zip", + "hash": "e3c0dfb385d9825dd7723f26576d55d43ed92f1178f2399ab39e9fa11621a47b", + "extract_dir": "pypy2.7-v7.3.1-win32", "bin": [ "pypy.exe", "pypyw.exe"