diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 08:41:57 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 08:41:57 +0000 |
| commit | d881624f176cf3220436ba7f535efa8af4ce4b87 (patch) | |
| tree | 320965ba7f6d1f94974bce7fa4b21638ed2fec59 /repos/extra/python/abuild | |
| parent | 45a3713ea89f040a2f73bee9ad8b060eedda2ff7 (diff) | |
| download | alicelinux-d881624f176cf3220436ba7f535efa8af4ce4b87.tar.gz alicelinux-d881624f176cf3220436ba7f535efa8af4ce4b87.zip | |
python: updated to 3.14.2
Diffstat (limited to 'repos/extra/python/abuild')
| -rw-r--r-- | repos/extra/python/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/python/abuild b/repos/extra/python/abuild index 551bc079..8e1b9d05 100644 --- a/repos/extra/python/abuild +++ b/repos/extra/python/abuild @@ -1,8 +1,8 @@ name=python -version=3.13.9 +version=3.14.2 release=1 source="https://www.$name.org/ftp/$name/$version/Python-$version.tar.xz - musl-pgo-tests.patch" + libressl.diff" build() { # musl workaround |