File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
275
275
| [ ` protobuf ` ] ( protobuf/ ) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
276
276
| [ ` pt2-clone ` ] ( pt2-clone/ ) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
277
277
| [ ` pv ` ] ( pv/ ) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
278
- | [ ` python3 ` ] ( python3/ ) | Python | 3.13.2 | https://www.python.org/ |
278
+ | [ ` python3 ` ] ( python3/ ) | Python | 3.13.3 | https://www.python.org/ |
279
279
| [ ` qemu ` ] ( qemu/ ) | QEMU | 8.1.3 | https://qemu.org |
280
280
| [ ` qoi ` ] ( qoi/ ) | Quite OK Image Format for fast, lossless image compression | 351450e | https://github.com/phoboslab/qoi |
281
281
| [ ` qop ` ] ( qop/ ) | The Quite OK Package Format for bare bones file packages | 8dbec2d | https://github.com/phoboslab/qop |
Original file line number Diff line number Diff line change 1
- PYTHON_VERSION=" 3.13.2 "
2
- PYTHON_VERSION_WITHOUT_SUFFIX=" 3.13.2 " # PYTHON_VERSION but without the a1/b1/rc1/... suffix
1
+ PYTHON_VERSION=" 3.13.3 "
2
+ PYTHON_VERSION_WITHOUT_SUFFIX=" 3.13.3 " # PYTHON_VERSION but without the a1/b1/rc1/... suffix
3
3
PYTHON_ARCHIVE=" Python-${PYTHON_VERSION} .tar.xz"
4
4
PYTHON_ARCHIVE_URL=" https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX} /${PYTHON_ARCHIVE} "
5
- PYTHON_ARCHIVE_SHA256SUM=" d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56 "
5
+ PYTHON_ARCHIVE_SHA256SUM=" 40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041 "
You can’t perform that action at this time.
0 commit comments