We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002e17e commit bfffcdfCopy full SHA for bfffcdf
Formula/u/uv.rb
@@ -1,8 +1,8 @@
1
class Uv < Formula
2
desc "Extremely fast Python package installer and resolver, written in Rust"
3
homepage "https://docs.astral.sh/uv/"
4
- url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.8.tar.gz"
5
- sha256 "90a160b0c82f79645fd52f3798a300a1b5b7533513ca5589856063af63057989"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.9.tar.gz"
+ sha256 "a3164652c0da2ad7781184f761ccb2153a17b1ef6f00e7a75d59fbd5a2a4dac2"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments