Skip to content

Commit

Permalink
Merge pull request Homebrew#200247 from Homebrew/bump-nanobind-2.4.0
Browse files Browse the repository at this point in the history
nanobind 2.4.0
  • Loading branch information
BrewTestBot authored Dec 5, 2024
2 parents 9eeb517 + e370d54 commit d5d67e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/n/nanobind.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Nanobind < Formula
desc "Tiny and efficient C++/Python bindings"
homepage "https://github.com/wjakob/nanobind"
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.2.0.tar.gz"
sha256 "bfbfc7e5759f1669e4ddb48752b1ddc5647d1430e94614d6f8626df1d508e65a"
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz"
sha256 "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7"
license "BSD-3-Clause"
head "https://github.com/wjakob/nanobind.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "412483f4436feb7add5f5c816abfda8abc3286e8c55bf99bc819706475d11688"
sha256 cellar: :any_skip_relocation, all: "f401da445e36fce270c51db852523265bd14818c64899d7ccf2471df3a66d4fc"
end

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit d5d67e4

Please sign in to comment.