diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-08 11:51:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-08 11:51:09 +0100 |
commit | 6afaf18d7bfc602f51e9156cda8661853e0f67ef (patch) | |
tree | f52f0efc6707fe89ec9b606dc3ba419c102ba0d9 | |
parent | 32961b89ea72ecc6e8af1e77ff2057a5c03a7e92 (diff) | |
download | repository-6afaf18d7bfc602f51e9156cda8661853e0f67ef.tar.gz |
python: bump to 3.11.1
-rw-r--r-- | extra/python/checksums | 2 | ||||
-rw-r--r-- | extra/python/sources | 2 | ||||
-rw-r--r-- | extra/python/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/python/checksums b/extra/python/checksums index 62aa47fc..75378d5f 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,4 +1,4 @@ %BLAKE3 -f04955efcc446313ee96de63c9a893e8a59b26d2e76553a26b8c7a6b2b10d7b9 Python-3.11.0.tar.xz +21c927c6da5648a753f1390cb38c47d71e8aae6cd8f7a87935458fb4f4b4a8a9 Python-3.11.1.tar.xz 3d764f2f6c4d40261a96617a6fa23456a7db841a919ed2589d15746b7ef26314 python3-always-pip.patch 297f33579bcdbc530a1cd18040906d2ae26eef3c18e81d2cc0b557549a188242 libressl-support.patch diff --git a/extra/python/sources b/extra/python/sources index 0294acb5..7fa7e1cd 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,3 +1,3 @@ -https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tar.xz +https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz patches/python3-always-pip.patch patches/libressl-support.patch diff --git a/extra/python/version b/extra/python/version index 22ff9f8a..c9c67ee3 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.11.0 1 +3.11.1 1 |