Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv 0.1.37 #169866

Merged
merged 2 commits into from
Apr 23, 2024
Merged

uv 0.1.37 #169866

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Uv < Formula

Check warning on line 1 in Formula/u/uv.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict uv` failed on Linux!

Undeclared dependencies with linkage: bzip2
desc "Extremely fast Python package installer and resolver, written in Rust"
homepage "https://github.com/astral-sh/uv"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.36.tar.gz"
sha256 "2093683801765c45573e529452e9acfe40c04eda4c647749bda4cb411fda6c77"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.37.tar.gz"
sha256 "e6e68d7453b16877954f29ffcd9fcd09c8c56b98bfba0312afa75c4137c70503"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

Expand Down
Loading