Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/pybind11.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pybind11 < Formula
desc "Seamless operability between C++11 and Python"
homepage "https://github.com/pybind/pybind11"
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.4.tar.gz"
sha256 "74b6a2c2b4573a400cafb6ecbf60c98df300cd3d0041296b913d02b2cbbb2676"
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.1.0.tar.gz"
sha256 "ef712655692a2e9bf7bb7874c022564a45f91d847ddee987e720cd9e28849665"
license "BSD-3-Clause"
compatibility_version 1

Expand Down
Loading