Loading pkgs/development/python-modules/nanobind/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading @@ -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 Loading Loading
pkgs/development/python-modules/nanobind/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading @@ -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 Loading