Skip to content

Commit 9364393

Browse files
hayatoikomaMizux
authored andcommitted
pybind11 3.0.1
1 parent 536e9fd commit 9364393

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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 = "3.0.0",
4+
version = "3.0.1",
55
)
66

77
bazel_dep(name = "bazel_features", version = "1.36.0")

internal_configure.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _INTEGRITIES = {
1111
"2.13.5": "sha256-seIJxCs6ntdNo+CyWk9M1HjYnV77tI8EsnffQn+vYlI=",
1212
"2.13.6": "sha256-4Iy4f0dz2pf6e18DXeh2OrxlbYfVdz5i9toFh9Hw7CA=",
1313
"3.0.0": "sha256-RTsaPismbDrp2ockEcrbbWk6wYBjvXMibZbPtwFaIAw=",
14+
"3.0.1": "sha256-dBYz2nRrfHOLtx8YVPlXudpmC80tzmjXGUkDfwlp0Mo=",
1415
}
1516

1617
def _internal_configure_extension_impl(module_ctx):

0 commit comments

Comments
 (0)