We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1a835 commit 1d57eceCopy full SHA for 1d57ece
Formula/p/pybind11.rb
@@ -1,10 +1,9 @@
1
class Pybind11 < Formula
2
desc "Seamless operability between C++11 and Python"
3
homepage "https://github.com/pybind/pybind11"
4
- url "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz"
5
- sha256 "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20"
+ url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.0.tar.gz"
+ sha256 "453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c"
6
license "BSD-3-Clause"
7
- revision 1
8
9
livecheck do
10
url :stable
0 commit comments