python3Packages.nanobind: 2.2.0 -> 2.4.0

This commit is contained in:
Philipp Arras
2024-12-21 12:27:14 +01:00
parent 5283dce395
commit 5266096a2e
@@ -27,14 +27,14 @@
}:
buildPythonPackage rec {
pname = "nanobind";
version = "2.2.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "wjakob";
repo = "nanobind";
rev = "refs/tags/v${version}";
hash = "sha256-HtZfpMVz/7VMVrFg48IkitK6P3tA+swOeaLLiKguXXk=";
tag = "v${version}";
hash = "sha256-9OpDsjFEeJGtbti4Q9HHl78XaGf8M3lG4ukvHCMzyMU=";
fetchSubmodules = true;
};
@@ -85,7 +85,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/wjakob/nanobind";
changelog = "https://github.com/wjakob/nanobind/blob/${src.rev}/docs/changelog.rst";
changelog = "https://github.com/wjakob/nanobind/blob/${src.tag}/docs/changelog.rst";
description = "Tiny and efficient C++/Python bindings";
longDescription = ''
nanobind is a small binding library that exposes C++ types in Python and