From 69f2e95e49f3ca31cd1b56f21e407008fe6980c3 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 22 Oct 2025 13:14:09 -0700 Subject: [PATCH] install-uv: Upgrade uv from 0.8.22 to 0.9.5. Signed-off-by: Anders Kaseorg --- scripts/lib/install-uv | 6 +++--- version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/lib/install-uv b/scripts/lib/install-uv index 2d02d09f14..a57fbaf2a9 100755 --- a/scripts/lib/install-uv +++ b/scripts/lib/install-uv @@ -1,12 +1,12 @@ #!/usr/bin/env bash set -eu -version=0.8.22 +version=0.9.5 arch="$(uname -m)" tarball="uv-$arch-unknown-linux-gnu.tar.gz" declare -A sha256=( - [aarch64]=726b72a137fda33565143325f7d31c42cd30ff9ccdf067e00d124d37b4081cb2 - [x86_64]=741ff1f5742c5a4a25d2f829e8395355e43f7a5ae2ebc6368e9ae2df0efb69cf + [aarch64]=9db0c2f6683099f86bfeea47f4134e915f382512278de95b2a0e625957594ff3 + [x86_64]=2cf10babba653310606f8b49876cfb679928669e7ddaa1fb41fb00ce73e64f66 ) check_version() { diff --git a/version.py b/version.py index d0ce6c35ca..b83d69a607 100644 --- a/version.py +++ b/version.py @@ -50,4 +50,4 @@ API_FEATURE_LEVEL = 427 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (353, 0) # bumped 2025-10-07 to rebuild emoji_names +PROVISION_VERSION = (353, 1) # bumped 2025-10-22 to upgrade uv