Skip to content

Commit 7adcb69

Browse files
authored
Merge pull request #206305 from Homebrew/bump-nanobind-2.5.0
nanobind 2.5.0
2 parents e1d4eb6 + 68b0186 commit 7adcb69

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.4.0.tar.gz"
5-
sha256 "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7"
4+
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.5.0.tar.gz"
5+
sha256 "acb2e1997c44f2c79f510c66e7ff9f4cac0502e9fe275ebc7af7571e869f8df0"
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: "f401da445e36fce270c51db852523265bd14818c64899d7ccf2471df3a66d4fc"
10+
sha256 cellar: :any_skip_relocation, all: "f217b7c808ca6930b728a727fb3393c2876c1a289d13077a149adf2e3b612e39"
1111
end
1212

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

0 commit comments

Comments
 (0)