File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/nanobind Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727} :
2828buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments