From 6ed9c81ca7ae38c25e77655decbfab31daa8cf73 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Dec 2021 08:31:13 +0530 Subject: [PATCH] Bump python version --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 17f9f5c0bb..5b2289d2c0 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -166,9 +166,9 @@ { "name": "python", "unix": { - "filename": "Python-3.10.0.tar.xz", - "hash": "sha256:5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002", - "urls": ["https://www.python.org/ftp/python/3.10.0/{filename}"] + "filename": "Python-3.10.1.tar.xz", + "hash": "sha256:a7f1265b6e1a5de1ec5c3ec7019ab53413469934758311e9d240c46e5ae6e177", + "urls": ["https://www.python.org/ftp/python/3.10.1/{filename}"] } },