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 c919c77 commit f556b70Copy full SHA for f556b70
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://github.com/astral-sh/uv"
4
- url "https://github.com/astral-sh/uv/archive/refs/tags/0.3.4.tar.gz"
5
- sha256 "ed58a15de2e5fff98ad2d9c583688d0f07ea1ff0e3a35283c31c190cc318eded"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.3.5.tar.gz"
+ sha256 "a5c86337496727ae7c86d2396306717212ffb66e6cf382cad9e7d67ef4f5b6a1"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments