Skip to content

Commit e01bea9

Browse files
authored
Merge pull request #230221 from Homebrew/bump-nanobind-2.8.0
nanobind 2.8.0
2 parents 2917fff + dfd35a1 commit e01bea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/nanobind.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Nanobind < Formula
22
desc "Tiny and efficient C++/Python bindings"
33
homepage "https://github.com/wjakob/nanobind"
4-
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.7.0.tar.gz"
5-
sha256 "6c8c6bf0435b9d8da9312801686affcf34b6dbba142db60feec8d8e220830499"
4+
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.8.0.tar.gz"
5+
sha256 "17506f1ef5c92491183ab28242fa4f658d9625fe4f91ccd1d1358cb6e5f5acb6"
66
license "BSD-3-Clause"
77
head "https://github.com/wjakob/nanobind.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "27262487a8a0bb8435e7652f543f2058057b1c7f5d3d71f36fd3c2cf1f34bcba"
10+
sha256 cellar: :any_skip_relocation, all: "11042f6127e39e685b2cb8cb4fcae8a3f06fa843e32c3a792fb388859936ba9c"
1111
end
1212

1313
depends_on "cmake" => [:build, :test]

0 commit comments

Comments
 (0)