Skip to content

Commit e442ea9

Browse files
comicfansMizux
authored andcommitted
pybind11 3.0.0
1 parent 2b6082a commit e442ea9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bazel extensions for pybind11
22
module(
33
name = "pybind11_bazel",
4-
version = "2.13.6",
4+
version = "3.0.0",
55
)
66

77
bazel_dep(name = "bazel_skylib", version = "1.7.1")

internal_configure.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _INTEGRITIES = {
99
"2.13.1": "sha256-UWMeiJYKiFb5xJcCf1XJ8vkRXK+wjAAFQ5g4oFuhe/w=",
1010
"2.13.5": "sha256-seIJxCs6ntdNo+CyWk9M1HjYnV77tI8EsnffQn+vYlI=",
1111
"2.13.6": "sha256-4Iy4f0dz2pf6e18DXeh2OrxlbYfVdz5i9toFh9Hw7CA=",
12+
"3.0.0": "sha256-RTsaPismbDrp2ockEcrbbWk6wYBjvXMibZbPtwFaIAw=",
1213
}
1314

1415
def _internal_configure_extension_impl(module_ctx):

0 commit comments

Comments
 (0)