Update to latest version (#40778)
This commit is contained in:
parent
dd57b58c2f
commit
b5b94d89d3
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ class PyNanobind(PythonPackage):
|
||||||
maintainers("chrisrichardson", "garth-wells", "ma595")
|
maintainers("chrisrichardson", "garth-wells", "ma595")
|
||||||
|
|
||||||
version("master", branch="master", submodules=True)
|
version("master", branch="master", submodules=True)
|
||||||
|
version(
|
||||||
|
"1.7.0", tag="v1.7.0", commit="555ec7595c89c60ce7cf53e803bc226dc4899abb", submodules=True
|
||||||
|
)
|
||||||
version(
|
version(
|
||||||
"1.6.2", tag="v1.6.2", commit="cc5ac7e61def198db2a8b65c6d630343987a9f1d", submodules=True
|
"1.6.2", tag="v1.6.2", commit="cc5ac7e61def198db2a8b65c6d630343987a9f1d", submodules=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue