Skip to content

Commit 1d57ece

Browse files
committed
pybind11 3.0.0
1 parent 7e1a835 commit 1d57ece

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/p/pybind11.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Pybind11 < Formula
22
desc "Seamless operability between C++11 and Python"
33
homepage "https://github.com/pybind/pybind11"
4-
url "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz"
5-
sha256 "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20"
4+
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.0.tar.gz"
5+
sha256 "453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c"
66
license "BSD-3-Clause"
7-
revision 1
87

98
livecheck do
109
url :stable

0 commit comments

Comments
 (0)