Skip to content

Commit 844e977

Browse files
authored
python3Packages.nanobind: 2.2.0 -> 2.4.0 (NixOS#366800)
2 parents 5cd2444 + 5266096 commit 844e977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/nanobind/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
}:
2828
buildPythonPackage rec {
2929
pname = "nanobind";
30-
version = "2.2.0";
30+
version = "2.4.0";
3131
pyproject = true;
3232

3333
src = fetchFromGitHub {
3434
owner = "wjakob";
3535
repo = "nanobind";
36-
rev = "refs/tags/v${version}";
37-
hash = "sha256-HtZfpMVz/7VMVrFg48IkitK6P3tA+swOeaLLiKguXXk=";
36+
tag = "v${version}";
37+
hash = "sha256-9OpDsjFEeJGtbti4Q9HHl78XaGf8M3lG4ukvHCMzyMU=";
3838
fetchSubmodules = true;
3939
};
4040

@@ -85,7 +85,7 @@ buildPythonPackage rec {
8585

8686
meta = {
8787
homepage = "https://github.com/wjakob/nanobind";
88-
changelog = "https://github.com/wjakob/nanobind/blob/${src.rev}/docs/changelog.rst";
88+
changelog = "https://github.com/wjakob/nanobind/blob/${src.tag}/docs/changelog.rst";
8989
description = "Tiny and efficient C++/Python bindings";
9090
longDescription = ''
9191
nanobind is a small binding library that exposes C++ types in Python and

0 commit comments

Comments
 (0)