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 6b3033b commit 73703d5Copy full SHA for 73703d5
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.6.0.tar.gz"
5
- sha256 "b98dff763df95c162f303e3bb07a90c29c5848d3b1feba6e5d78209aaac522c4"
+ url "https://github.com/wjakob/nanobind/archive/refs/tags/v2.6.1.tar.gz"
+ sha256 "519c6dd56581ad6db9aab814105c2666a0491096487cb384dd20216f80d1a291"
6
license "BSD-3-Clause"
7
head "https://github.com/wjakob/nanobind.git", branch: "master"
8
0 commit comments