Skip to content

Commit 44295f9

Browse files
authored
Merge pull request #216976 from Homebrew/bump-nanobind-2.6.1
nanobind 2.6.1
2 parents 2b99cbf + 835c4e9 commit 44295f9

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.6.0.tar.gz"
5-
sha256 "b98dff763df95c162f303e3bb07a90c29c5848d3b1feba6e5d78209aaac522c4"
4+
url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.6.1.tar.gz"
5+
sha256 "519c6dd56581ad6db9aab814105c2666a0491096487cb384dd20216f80d1a291"
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: "40dc5dd8f1c31ffc4edcc3dbaae29b306023c1615ee5f75b4f4ba36060a3c02d"
10+
sha256 cellar: :any_skip_relocation, all: "d918fd9290dbb6ff6b8edb03cdc78e06e368ea8d392f7e320cb36c3670be8a8c"
1111
end
1212

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

0 commit comments

Comments
 (0)