Skip to content

Commit

Permalink
Add Pybind11 2.13.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet authored and jpakkane committed Jun 30, 2024
1 parent 71286f9 commit 65424f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2774,6 +2774,7 @@
"pybind11"
],
"versions": [
"2.13.1-1",
"2.13.0-1",
"2.12.0-1",
"2.11.1-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/pybind11/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pybind11', 'cpp',
version : '2.13.0',
version : '2.13.1',
license : 'BSD-3-Clause')

pybind11_incdir = include_directories('include')
Expand Down
8 changes: 4 additions & 4 deletions subprojects/pybind11.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = pybind11-2.13.0
source_url = https://github.com/pybind/pybind11/archive/refs/tags/v2.13.0.tar.gz
source_filename = pybind11-2.13.0.tar.gz
source_hash = 8ac2bd138ea3c12683d3496361af6bee0f7754f86bf050e6c61e3966de688215
directory = pybind11-2.13.1
source_url = https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz
source_filename = pybind11-2.13.1.tar.gz
source_hash = 51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
patch_directory = pybind11

[provide]
Expand Down

0 comments on commit 65424f3

Please sign in to comment.