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 5bf1d8e commit 0687b5cCopy full SHA for 0687b5c
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.6.12.tar.gz"
5
- sha256 "e0d30e841d53b4adf46b00394036b9fed595aa778f42492c28d51a7e1567fd6b"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.6.13.tar.gz"
+ sha256 "aa7a4534ad9f15a6403d5c91d831d764caedd68d1c89c8373281949d3a512e48"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments