Skip to content

Commit 0e3280f

Browse files
authored
Merge pull request #195389 from Homebrew/bump-uv-0.4.26
uv 0.4.26
2 parents 9310f59 + c301eba commit 0e3280f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/uv.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Uv < Formula
22
desc "Extremely fast Python package installer and resolver, written in Rust"
33
homepage "https://github.com/astral-sh/uv"
4-
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.25.tar.gz"
5-
sha256 "b3bd159eb8a40ad29e8c5dc4bec84c03a5bcfef04ad75e0665777c21d886b56c"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.26.tar.gz"
5+
sha256 "a85767a9a230216774a9b57b8b29f09a255074ad3216e9502090a4a03cd2a494"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/astral-sh/uv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e8bdec62ffbe3b8bb7ba6f7b38bd475d1986bb9b3c04d0c9b6bf8d11d4d2b08"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d7e252c755fb313c4d7cdc7cd25ae5270062140195ad26e0ca326de04a4ab47"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a6fd6137f48aab55f35f28418586e128118c817754f4ed49b47a6ed0ca857ff9"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e09b146727397d802053a02a3475688db82c93c128940d164c531a5861119fe1"
14-
sha256 cellar: :any_skip_relocation, ventura: "511db1bbe294a51168b134f00179d3cc962a370c3aea29f4f6716095009fc7da"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "44a1df9dcf3eaa9c38395f5c889e24ce68fa720a0dffe7299068b879aa48ec55"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b74f118e69703ae6742884d3d05b2e41e718f2685a7316bf22cc0864d4819f7"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f263b7ab8bc98735eaa23934190ba5f98de0a2085101cc6bcc78f993a2a737b0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1b9b65e640d2b71e3528b979bc884c160d6534b0f598300ca5dc6974245c1150"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9187feb6ba82f88b85c0b3ffbdbc0fb553e5957f0239e38042d2734d5b954ac1"
14+
sha256 cellar: :any_skip_relocation, ventura: "7522ef68b64a19116b19122f2c6373ef8db9558163256fd1931fb23ec4d9ee63"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d051f613c7f11304efe1ecc8b55317766f69225bdbe31d670b6675a6c610d06"
1616
end
1717

1818
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)