mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Ports: Update Python to 3.12.1
Released on 2023-12-08. https://www.python.org/downloads/release/python-3121/
This commit is contained in:
parent
d8be9ebc16
commit
499441c747
2 changed files with 4 additions and 4 deletions
|
@ -261,7 +261,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`protobuf`](protobuf/) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
|
| [`protobuf`](protobuf/) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
|
||||||
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
|
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
|
||||||
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
|
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
|
||||||
| [`python3`](python3/) | Python | 3.12.0 | https://www.python.org/ |
|
| [`python3`](python3/) | Python | 3.12.1 | https://www.python.org/ |
|
||||||
| [`qemu`](qemu/) | QEMU | 8.1.0 | https://qemu.org |
|
| [`qemu`](qemu/) | QEMU | 8.1.0 | https://qemu.org |
|
||||||
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | 351450e | https://github.com/phoboslab/qoi |
|
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | 351450e | https://github.com/phoboslab/qoi |
|
||||||
| [`qt6-qt5compat`](qt6-qt5compat/) | Qt6 Qt5Compat | 6.4.0 | https://doc.qt.io/qt-6/qtcore5-index.html |
|
| [`qt6-qt5compat`](qt6-qt5compat/) | Qt6 Qt5Compat | 6.4.0 | https://doc.qt.io/qt-6/qtcore5-index.html |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PYTHON_VERSION="3.12.0"
|
PYTHON_VERSION="3.12.1"
|
||||||
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.0" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
|
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.1" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
|
||||||
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
||||||
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
|
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
|
||||||
PYTHON_ARCHIVE_SHA256SUM="795c34f44df45a0e9b9710c8c71c15c671871524cd412ca14def212e8ccb155d"
|
PYTHON_ARCHIVE_SHA256SUM="8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue