Skip to content

Commit

Permalink
Merge pull request #169588 from Homebrew/bump-uv-0.1.35
Browse files Browse the repository at this point in the history
uv 0.1.35
  • Loading branch information
BrewTestBot authored Apr 20, 2024
2 parents 2cbef52 + f7c54d6 commit ecd6869
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Uv < Formula
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.34.tar.gz"
sha256 "542b7127398774cf00938b3bc612aa76d360f79b7600b7a0dac1ad9744495d2d"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.35.tar.gz"
sha256 "14ac8ba195fb878ed62319cc581db31dfb8a0057ae374cd83c6b7b21fc39e113"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "9abd013a96a996b5f6041688083e85ac0f3c854fe21fcf0b7febff688ac1b04f"
sha256 cellar: :any, arm64_ventura: "de9808bf89a39fa5588550f1db00f8140a44cdb205d683fcefc324d9ef19f21a"
sha256 cellar: :any, arm64_monterey: "0628e66ff4fadae49e9a6cdc27b4ad08b8d8bbf2946bcdfac008284246e35d29"
sha256 cellar: :any, sonoma: "c95d9759ade396b284b45339283a7d7131dd6b1cbc18834b95327885a38828b6"
sha256 cellar: :any, ventura: "e6a22f5f5d5a58808aed9614fdcbb77e91fa61a6e88bfa4614ed1d38bde1295c"
sha256 cellar: :any, monterey: "23ab47c9a14b8706e7918df9d50ea11489b05ea42f9e3cdf2774fb88f45ec989"
sha256 cellar: :any_skip_relocation, x86_64_linux: "22930501de3b4b0269e313fa6391de202c055aae46acaea2f3ea7518a48ca814"
sha256 cellar: :any, arm64_sonoma: "762fd6ac9e937d5eb7c00ee99814b237732d78cb4b2cc901de8b8ff8b563f81d"
sha256 cellar: :any, arm64_ventura: "742fc7a10d4da1b51db3d4699b27361e6da899f44b2d09703b7b4c2f45bbb09c"
sha256 cellar: :any, arm64_monterey: "1dedaf33913b32a8389c12bb6fcb52fd727207d423ffdbbd479fd59455e7b611"
sha256 cellar: :any, sonoma: "d345a4ed7fa6022cd6734b1d4fa5ca60fcd7bbf7d343fe4d853d79f60be956c5"
sha256 cellar: :any, ventura: "da6c9086a4868e29a9229d7688a31747525eaa5cd5c0af51332ffdb1324929a8"
sha256 cellar: :any, monterey: "6d69f4cf6e44f76b075bcef161a5fa71e1d464f4eb97e2f789965e1d1d94accd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "34cd22f09a07b643ca95b23366fdd83c8f7c0e8a6c9c55299dcbedb52ae57280"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit ecd6869

Please sign in to comment.