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 60da26f commit 0662770Copy full SHA for 0662770
Formula/n/nanobind.rb
@@ -1,8 +1,8 @@
1
class Nanobind < Formula
2
desc "Tiny and efficient C++/Python bindings"
3
homepage "https://github.com/wjakob/nanobind"
4
- url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz"
5
- sha256 "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7"
+ url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.5.0.tar.gz"
+ sha256 "acb2e1997c44f2c79f510c66e7ff9f4cac0502e9fe275ebc7af7571e869f8df0"
6
license "BSD-3-Clause"
7
head "https://github.com/wjakob/nanobind.git", branch: "master"
8
0 commit comments