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 bb444f4 commit f4b9e90Copy full SHA for f4b9e90
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.9.12.tar.gz"
5
- sha256 "944b5a21b30e727c11b26e1b8a981299d6a3f2e9a867d0cddb3d788feb1aac2f"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.9.13.tar.gz"
+ sha256 "bdba61b67941016605410563086bc9fa3ec58dbac990e2f7196caf444137392e"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments